Skip to content

Releases: ceph/s3select

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

05 Mar 14:09
874752f
Compare
Choose a tag to compare

(*) 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.

JSON first release, CSV new parser

02 Oct 10:42
757184f
Compare
Choose a tag to compare

-- JSON initial commits
-- better perform CSV parser
-- performance improvements for star-operation and scratch-area
-- bug fixes (when-case)