| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Support long literals in SQL/PPL (#1083) * Support long in SQL * Add comparison test * Add long support in PPL * Add PPL doc * Add PPL IT * Update doc * More UT | 5 年前 | |
Support queries end with semi colon (#609) * Change grammar and add UT * Add doc * Move IT | 6 年前 | |
Project operator pushdown (#933) * init * update * update * update doc | 5 年前 | |
Add support of basic data types byte, short, binary and add data type testing (#780) * update * added binary in jdbc * added data types IT * addressed comments | 5 年前 | |
Move old SQL code to legacy module (#506) * Move sql src to legacy src and pass compile * Move sql test and pass all UT * Move sql IT and pass all IT * Pass gradle build * Pass all github workflows * Pass checkstyle * Pass doctest, comparison test and test with remote cluster * Reformat legacy test code | 6 年前 | |
Move old SQL code to legacy module (#506) * Move sql src to legacy src and pass compile * Move sql test and pass all UT * Move sql IT and pass all IT * Pass gradle build * Pass all github workflows * Pass checkstyle * Pass doctest, comparison test and test with remote cluster * Reformat legacy test code | 6 年前 | |
Move old SQL code to legacy module (#506) * Move sql src to legacy src and pass compile * Move sql test and pass all UT * Move sql IT and pass all IT * Pass gradle build * Pass all github workflows * Pass checkstyle * Pass doctest, comparison test and test with remote cluster * Reformat legacy test code | 6 年前 | |
Add ElasticsearchExprValueFactory in StorageEngine (#608) * Add ElasticsearchExprValueFactory in StorageEngine * update | 6 年前 | |
Add CSV formatter in new engine (#870) * support csv format in new engine * skipped some IT cases that are not applicable in new engine * udpate * added escape option * added test for Format * update * update * added IT for ppl * added IT for ppl * added IT for ppl * added license header * added test for sql * added example in protocol doc * addressed comments * added responseParams override method to sql and ppl stats actions * added unit test cases * update * addressed comment * addressed comments | 5 年前 | |
Move old SQL code to legacy module (#506) * Move sql src to legacy src and pass compile * Move sql test and pass all UT * Move sql IT and pass all IT * Pass gradle build * Pass all github workflows * Pass checkstyle * Pass doctest, comparison test and test with remote cluster * Reformat legacy test code | 6 年前 | |
Add RAW format in new engine (#998) * 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 | 5 年前 | |
Move old SQL code to legacy module (#506) * Move sql src to legacy src and pass compile * Move sql test and pass all UT * Move sql IT and pass all IT * Pass gradle build * Pass all github workflows * Pass checkstyle * Pass doctest, comparison test and test with remote cluster * Reformat legacy test code | 6 年前 | |
[PPL] Support expression and boolean operators (#518) * support expression in syntax and parser * Support nested expression in syntax * Support <, <=, >, >= in expression; Corrected column names for functions/operators; Added unit tests for <, <=, >, >=. * Added tests * Supported NOT, XOR operators in analyzer; Added integration test cases. * Support NOTEQUAL(!=) * Removed the value compare table respect to null and missing fields * Added syntax check exception * address comments * Removed compareTo method from ExprValue interface | 6 年前 | |
Add support of basic data types byte, short, binary and add data type testing (#780) * update * added binary in jdbc * added data types IT * addressed comments | 5 年前 | |
Add support of basic data types byte, short, binary and add data type testing (#780) * update * added binary in jdbc * added data types IT * addressed comments | 5 年前 | |
Move old SQL code to legacy module (#506) * Move sql src to legacy src and pass compile * Move sql test and pass all UT * Move sql IT and pass all IT * Pass gradle build * Pass all github workflows * Pass checkstyle * Pass doctest, comparison test and test with remote cluster * Reformat legacy test code | 6 年前 | |
Move old SQL code to legacy module (#506) * Move sql src to legacy src and pass compile * Move sql test and pass all UT * Move sql IT and pass all IT * Pass gradle build * Pass all github workflows * Pass checkstyle * Pass doctest, comparison test and test with remote cluster * Reformat legacy test code | 6 年前 | |
Fix object/nested field select issue (#584) * Fix object and deep object select issue * Fix same field added more than once bug * Add more IT cases * Add doctest * Add doctest * Add doctest * Update doctest with more examples * Prepare PR | 6 年前 | |
Move old SQL code to legacy module (#506) * Move sql src to legacy src and pass compile * Move sql test and pass all UT * Move sql IT and pass all IT * Pass gradle build * Pass all github workflows * Pass checkstyle * Pass doctest, comparison test and test with remote cluster * Reformat legacy test code | 6 年前 | |
Move old SQL code to legacy module (#506) * Move sql src to legacy src and pass compile * Move sql test and pass all UT * Move sql IT and pass all IT * Pass gradle build * Pass all github workflows * Pass checkstyle * Pass doctest, comparison test and test with remote cluster * Reformat legacy test code | 6 年前 | |
Move old SQL code to legacy module (#506) * Move sql src to legacy src and pass compile * Move sql test and pass all UT * Move sql IT and pass all IT * Pass gradle build * Pass all github workflows * Pass checkstyle * Pass doctest, comparison test and test with remote cluster * Reformat legacy test code | 6 年前 | |
Move old SQL code to legacy module (#506) * Move sql src to legacy src and pass compile * Move sql test and pass all UT * Move sql IT and pass all IT * Pass gradle build * Pass all github workflows * Pass checkstyle * Pass doctest, comparison test and test with remote cluster * Reformat legacy test code | 6 年前 | |
Move old SQL code to legacy module (#506) * Move sql src to legacy src and pass compile * Move sql test and pass all UT * Move sql IT and pass all IT * Pass gradle build * Pass all github workflows * Pass checkstyle * Pass doctest, comparison test and test with remote cluster * Reformat legacy test code | 6 年前 | |
Move old SQL code to legacy module (#506) * Move sql src to legacy src and pass compile * Move sql test and pass all UT * Move sql IT and pass all IT * Pass gradle build * Pass all github workflows * Pass checkstyle * Pass doctest, comparison test and test with remote cluster * Reformat legacy test code | 6 年前 | |
Move old SQL code to legacy module (#506) * Move sql src to legacy src and pass compile * Move sql test and pass all UT * Move sql IT and pass all IT * Pass gradle build * Pass all github workflows * Pass checkstyle * Pass doctest, comparison test and test with remote cluster * Reformat legacy test code | 6 年前 | |
Move old SQL code to legacy module (#506) * Move sql src to legacy src and pass compile * Move sql test and pass all UT * Move sql IT and pass all IT * Pass gradle build * Pass all github workflows * Pass checkstyle * Pass doctest, comparison test and test with remote cluster * Reformat legacy test code | 6 年前 | |
Move old SQL code to legacy module (#506) * Move sql src to legacy src and pass compile * Move sql test and pass all UT * Move sql IT and pass all IT * Pass gradle build * Pass all github workflows * Pass checkstyle * Pass doctest, comparison test and test with remote cluster * Reformat legacy test code | 6 年前 | |
Move old SQL code to legacy module (#506) * Move sql src to legacy src and pass compile * Move sql test and pass all UT * Move sql IT and pass all IT * Pass gradle build * Pass all github workflows * Pass checkstyle * Pass doctest, comparison test and test with remote cluster * Reformat legacy test code | 6 年前 | |
Move old SQL code to legacy module (#506) * Move sql src to legacy src and pass compile * Move sql test and pass all UT * Move sql IT and pass all IT * Pass gradle build * Pass all github workflows * Pass checkstyle * Pass doctest, comparison test and test with remote cluster * Reformat legacy test code | 6 年前 | |
Move old SQL code to legacy module (#506) * Move sql src to legacy src and pass compile * Move sql test and pass all UT * Move sql IT and pass all IT * Pass gradle build * Pass all github workflows * Pass checkstyle * Pass doctest, comparison test and test with remote cluster * Reformat legacy test code | 6 年前 | |
Move old SQL code to legacy module (#506) * Move sql src to legacy src and pass compile * Move sql test and pass all UT * Move sql IT and pass all IT * Pass gradle build * Pass all github workflows * Pass checkstyle * Pass doctest, comparison test and test with remote cluster * Reformat legacy test code | 6 年前 | |
Move old SQL code to legacy module (#506) * Move sql src to legacy src and pass compile * Move sql test and pass all UT * Move sql IT and pass all IT * Pass gradle build * Pass all github workflows * Pass checkstyle * Pass doctest, comparison test and test with remote cluster * Reformat legacy test code | 6 年前 | |
Move old SQL code to legacy module (#506) * Move sql src to legacy src and pass compile * Move sql test and pass all UT * Move sql IT and pass all IT * Pass gradle build * Pass all github workflows * Pass checkstyle * Pass doctest, comparison test and test with remote cluster * Reformat legacy test code | 6 年前 | |
Move old SQL code to legacy module (#506) * Move sql src to legacy src and pass compile * Move sql test and pass all UT * Move sql IT and pass all IT * Pass gradle build * Pass all github workflows * Pass checkstyle * Pass doctest, comparison test and test with remote cluster * Reformat legacy test code | 6 年前 | |
Move old SQL code to legacy module (#506) * Move sql src to legacy src and pass compile * Move sql test and pass all UT * Move sql IT and pass all IT * Pass gradle build * Pass all github workflows * Pass checkstyle * Pass doctest, comparison test and test with remote cluster * Reformat legacy test code | 6 年前 | |
Move old SQL code to legacy module (#506) * Move sql src to legacy src and pass compile * Move sql test and pass all UT * Move sql IT and pass all IT * Pass gradle build * Pass all github workflows * Pass checkstyle * Pass doctest, comparison test and test with remote cluster * Reformat legacy test code | 6 年前 | |
Move old SQL code to legacy module (#506) * Move sql src to legacy src and pass compile * Move sql test and pass all UT * Move sql IT and pass all IT * Pass gradle build * Pass all github workflows * Pass checkstyle * Pass doctest, comparison test and test with remote cluster * Reformat legacy test code | 6 年前 | |
Added following string functions: regex, substr, substring, ltrim, rtrim, trim, upper, lower, concat, concat_ws, length, strcmp (#750) * Bug fix, support long type for aggregation (#522) * Bug fix, support long type for aggregation * change to datetime to JDBC format * Opendistro Release 1.9.0 (#532) * 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 * Rename release notes to use 4 digit versions (#547) * Revert changes ahead of develop branch in master (#551) * Revert "Rename release notes to use 4 digit versions (#547)" This reverts commit 33c6d3e37691e40c19d7d5892318e7ad23a82def. * Revert "Opendistro Release 1.9.0 (#532)" This reverts commit 254f2e0a854ba2c05aca159a9f7ff9af9867c22c. * Revert "Bug fix, support long type for aggregation (#522)" This reverts commit fb2ed912c8bfe50abed8fba182f2125905220cb4. * Merge all SQL repos and adjust workflows (#549) (#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 (#560) * add date and time support * update doc * update doc * Revert "add date and time support (#560)" (#567) This reverts commit 4b33a2ff54f288c1a2bd07911062ec5943e3fe00. * add error details for all server communication errors (#645) - add null check to avoid crashing if details not initialized * Revert "add error details for all server communication errors (#645)" (#653) This reverts commit c11125d752fdd5554608de170a3688dcd4ad544c. * Fix download link in package description (#729) * [1] Initial commit, checking if server build passes * [1] Commiting expression documentation with REGEXP * [1] Failure with REGEXP doc * [1] Moved testing for regexp to binary predicates. * [1] Updating parser for REGEX * [1] Parser update * [1] Making REGEXP like LIKE * [1] Reverting change to legacy * [1] Checking if same without NOT * [1] testing adding to Ast Expr * [1] Switching REGEX over to Integer. * [1] Reversion test * [1] Add back test * [1] Fixing spacing * [1] Regexp builder test. * -2 * -1 * [1] trying with semicolon * [1] Found the missing link >_< * [1] Functions documentation * [1] Fixing documentation mistake. * [1] Retesting * [1] Trying to debug python * [1] more python debug info * [1] Trying again. * [1] MOre py inof * [1] Fixed except * [1] Simplified concat and concat_ws * [1] Added missing stuff to paraser * [1] Fixed some functions and removed some unused imports * [1] Fixed STRCMP * [1] Trying to fix aliasing issue with substring * [1] Fixed stringcompare and substring * [1] REmoving unused imorts * [1] Fixed documentation * [1] REGEXP not supported by sqllite so removing these for now. * [1] Removed auto IT and added manual. * [1] Fixed spacing * [1] Fixed type definitions * [1] Fixed integer values and ltrim * [1] COrrecting ltrim again * [1] Changed patterns * [1] Fixed some minor issues * [1] reverting change i didnt make * [1] Condensed logic [2] Added EMPTY_STRING [3] Removed unused function resolver * [1] Removed SUBSTRING FunctionName. * [1] Reverted failure issues * [1] Combined substring and substr test. * [1] Added ppl test and edited caps in textfunctiontest * [1] Testing without source * [1] Correcting format of string * [1] Testing new queries * [1] Adding resource and fixed tests * [1] Added maapping and adjusted tests * [1] minor corrections * [1] Additional debug info * [1] Removing unsuspported ppl functions. * [1] Added back unsupported * [1] Checking regex * [1] Removing printout * [1] Trying to fix commit * Revert "[1] Trying to fix commit" This reverts commit 3fa954c4c9584c7554f78f0c21171ccf5733610b. * [1] Adding rest of commit * [1] Adding workflow files * [1] fixed docs * [1] Updated based on PR comments. * [1] Fixed code so tests pass Co-authored-by: Peng Huo <penghuo@gmail.com> Co-authored-by: Joshua <joshuali925@gmail.com> Co-authored-by: Joshua Li <lijshu@amazon.com> Co-authored-by: Jordan Wilson <37088125+jordanw-bq@users.noreply.github.com> Co-authored-by: Chloe <chloezh1102@gmail.com> Co-authored-by: chloe-zh <fizhang@amazon.com> Co-authored-by: Sayali Gaikawad <61760125+gaiksaya@users.noreply.github.com> | 5 年前 | |
Move old SQL code to legacy module (#506) * Move sql src to legacy src and pass compile * Move sql test and pass all UT * Move sql IT and pass all IT * Pass gradle build * Pass all github workflows * Pass checkstyle * Pass doctest, comparison test and test with remote cluster * Reformat legacy test code | 6 年前 | |
Move old SQL code to legacy module (#506) * Move sql src to legacy src and pass compile * Move sql test and pass all UT * Move sql IT and pass all IT * Pass gradle build * Pass all github workflows * Pass checkstyle * Pass doctest, comparison test and test with remote cluster * Reformat legacy test code | 6 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 5 年前 | ||
| 6 年前 | ||
| 5 年前 | ||
| 5 年前 | ||
| 6 年前 | ||
| 6 年前 | ||
| 6 年前 | ||
| 6 年前 | ||
| 5 年前 | ||
| 6 年前 | ||
| 5 年前 | ||
| 6 年前 | ||
| 6 年前 | ||
| 5 年前 | ||
| 5 年前 | ||
| 6 年前 | ||
| 6 年前 | ||
| 6 年前 | ||
| 6 年前 | ||
| 6 年前 | ||
| 6 年前 | ||
| 6 年前 | ||
| 6 年前 | ||
| 6 年前 | ||
| 6 年前 | ||
| 6 年前 | ||
| 6 年前 | ||
| 6 年前 | ||
| 6 年前 | ||
| 6 年前 | ||
| 6 年前 | ||
| 6 年前 | ||
| 6 年前 | ||
| 6 年前 | ||
| 6 年前 | ||
| 6 年前 | ||
| 6 年前 | ||
| 5 年前 | ||
| 6 年前 | ||
| 6 年前 |