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.
upon trino pushdown s3select requests, some of the expressions may fa…
…iled the s3select-parser due to trino expresion conversion, (#128) such as qoute presentation, <> operator, redundant characters at the end-of-statement(white-space, semicolon). Trino rejects RGW response with HIVE_CURSOR_ERROR due to its size, thus, s3select-engine will use "paging" system (instead of sending in a big chunks) Signed-off-by: galsalomon66 <[email protected]>
- Loading branch information
1 parent
2e96e6f
commit 874752f
Showing
1 changed file
with
59 additions
and
25 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