forked from galsalomon66/s3select
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
handle correctly "anonymous" array/object (defect reported by QE) (#137)
* a fix for defect reported by QE for JSON input. the fix handle the use cases where the JSON input starts with an anonymous array/object this may cause wrong search result per the user request(SQL statement) * editorial * adding test that verifies correct key-value extraction upon anonymous array * adding relevant tests per changes. handle the use-case where the user requests a json-key-path that may point to non-discrete value. i.e. array or an object. editorial changes. * a fix for CSV flow. upon a broken row, the use of csv_parser->next_row() is wrong, since the row may break within a quote and that could result with an exception. the csv_parser should init with the csv-stream after skipping the bytes of the broken row * editorial * replace ifstream read API * upon where-clause return empty group aggregation function returned the wrong result. it should return a null * add an operator to display the version description of current engine functionalities(recent PR) * add tests per aggregation function with an empty group Signed-off-by: galsalomon66 <[email protected]>
- Loading branch information
1 parent
abc243b
commit 9ade26c
Showing
5 changed files
with
237 additions
and
57 deletions.
There are no files selected for viewing
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
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
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
Oops, something went wrong.