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.
changes related to new version integration with RGW (#127)
* refactor for base_s3object and its descendants, setting should happen once per query life-cycle * integrate the limit-operator into JSON processing(stop reading object) * valgrind issues: a fix for invalid-read(array out of range). fix memory-leak, a missing call to destructor. * a fix for Parquet flow upon the limit operator. a fix for Parquet object construction. adding debug functionality * add error handling(exception) * upon JSON flow the sql_result variable is set externally, it is done to avoid redundant copies. the RGW-response-system needs to use it own sql-result variable * result should be cleared before calling to JSON processing Signed-off-by: galsalomon66 <[email protected]>
- Loading branch information
1 parent
26f5f5d
commit 2e96e6f
Showing
5 changed files
with
178 additions
and
77 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
Oops, something went wrong.