Skip to content

Trino integration / limit operator / JSON :: access array elements

Latest
Compare
Choose a tag to compare
@galsalomon66 galsalomon66 released this 05 Mar 14:09
· 35 commits to master since this release
874752f

(*) adding limit-operator per data-source : each data-source needs different handling of the limit operator
(*) JSON reader is able to access array elements, these array-values may be nested and reside in an object or in an array.
(*) integration of Trino with RGW/s3select : upon push-down into Ceph the Trino-engine does some conversion to the SQL statements, this should be handled by the s3select-engine. the RGW response size creates HIVE_CURSOR_ERROR, thus it needs adjustments.