forked from opendistro-for-elasticsearch/sql
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Field comparison legacy #1
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…rch#522) * Bug fix, support long type for aggregation * change to datetime to JDBC format
* prepare odfe 1.9 * Fix all ES 7.8 compile and build errors * Revert changes as Lombok is working now * Update CustomExternalTestCluster.java * Fix license headers check * Use splitFieldsByMetadata to separate fields when calling SearchHit constructor * More fixes for ODFE 1.9 * Remove todo statement * Add ODFE 1.9.0 release notes
…ticsearch#551) * Revert "Rename release notes to use 4 digit versions (opendistro-for-elasticsearch#547)" This reverts commit 33c6d3e. * Revert "Opendistro Release 1.9.0 (opendistro-for-elasticsearch#532)" This reverts commit 254f2e0. * Revert "Bug fix, support long type for aggregation (opendistro-for-elasticsearch#522)" This reverts commit fb2ed91.
Merge develop to master
…h#549) (opendistro-for-elasticsearch#554) * merge all sql repos * fix test and build workflows * fix workbench and odbc path * fix workbench and odbc path * restructure workbench dir and fix workflows * fix workbench workflow * fix workbench workflow * fix workbench workflow * fix workbench workflow * fix workbench workflow * revert workbench directory structure * fix workbench workflow * fix workbench workflow * fix workbench workflow * fix workbench workflow * update workbench workflow for release * Delete .github/ in sql-workbench directory * Add cypress to sql-workbench * Sync latest ODBC commits * Sync latest workbench commits (will add cypress in separate PR) * Add ignored ODBC libs
* add date and time support * update doc * update doc
…ticsearch#633) Merge develop to master for ODFE 1.9.0.1 release
…stro-for-elasticsearch#638) Merge fixes for github release actions from develop to master
…rch#642) Fix odbc win32 release workflow for master
…-elasticsearch#645) - add null check to avoid crashing if details not initialized
…or-elasticsearch/develop Merge develop branch into master to cut odfe1.10 release
…lasticsearch#701) Merge develop branch into master for od1.10 release
…icsearch#704) Merge workflow fix to master for od1.10 release
…sticsearch#733) Merge develop to master for ODFE 1.10.1.0 release
…#735) Merge develop to master for ODFE 1.10.1
…flow to use new staging bucket for artifacts
…rch#1041) Update PPL docs, cypress test and nested field display
* Update doc and readme * Fix title ordinal * Format better * Move ppt to upper level * Rename SQL workbench to query workbench in readme * Rename ppt doc * Add comments doc * Add comments doc link to new engine doc * Update release note doc
* Init to enable raw formatter * Remove existing CsvResponseFormatter.java * Update UT * Update UT * IT * Update IT * Update Docs * Update Docs * Update Docs * Restore CSV & Update RAW * Restore CSV format * Remove debug message and update Indent * Update UT * Implement "Always do escape for pipe charector '|', but never sanitize" for Raw format * Update CSV formatter * Remove debug info
…earch#1053) * Change grammar, add IT * Change doc * Add UT * Add UT
…#1059) Signed-off-by: Peng Huo <[email protected]>
…asticsearch#1066) Signed-off-by: Peng Huo <[email protected]>
…icsearch#1077) * Enable prepared statement support in new engine * Change javadoc
…for-elasticsearch/opendistro-1.13.2.0 Merge from `Opendistro 1.13.2.0` into `dev`
…csearch#1089) * update user manual for latest powerBI with signed odbc * adjust image sizes * correct typo * update * corrected typo and replaced the link to point to odfe connector download page
* change aws sdk cpp version * change aws sdk cpp version to the last successful version
…#1100) * [1] Removed connection string logging from test_connection * [1] Removed some more unnecessary string logging
…un with "Negative operator [REGEXP] is not supported." (opendistro-for-elasticsearch#1097)
…ion (opendistro-for-elasticsearch#1112) * added sql plugin compatible names when checking the installed plugins in odbc * update
* Support long in SQL * Add comparison test * Add long support in PPL * Add PPL doc * Add PPL IT * Update doc * More UT
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.