This is an automated email from the ASF dual-hosted git repository.
xiangfu0 pushed a change to branch xiangfu0/codex/codec-stack/02-runtime
in repository https://gitbox.apache.org/repos/asf/pinot.git
omit 0049a3ce72f Address codec runtime review feedback
omit a33503a8abc Harden Snappy decode bounds, reserve CODEC in the
registry, reject ZSTD(0)
omit 6dface2b94c Add bounded codec runtime and compression handlers
add b18c96d4956 Clean up stale star-tree index leftover from killed prior
build (#19331)
add 081a013e4f1 Add safe SQL quoting for typed table names (#19327)
add 899e40d874d Dispatch aggregation value getters on the stored type, and
add the missing numeric types (#19334)
add 28dbb9eb655 Add bounded codec runtime and compression handlers
add c13ad2b24c3 Harden Snappy decode bounds, reserve CODEC in the
registry, reject ZSTD(0)
add d52dd4751f0 Address codec runtime review feedback
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (0049a3ce72f)
\
N -- N -- N refs/heads/xiangfu0/codex/codec-stack/02-runtime
(d52dd4751f0)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../pinot/sql/parsers/CalciteSqlCompilerTest.java | 14 ++
.../function/TimeSeriesAggregationFunction.java | 16 +-
...unnelEventsFunctionEvalAggregationFunction.java | 13 +-
.../function/StoredTypeDispatchTest.java | 255 +++++++++++++++++++++
.../startree/v2/builder/MultipleTreesBuilder.java | 13 ++
.../MultipleTreesBuilderStaleCleanupTest.java | 163 +++++++++++++
.../TrackingScope.java => utils/SqlUtils.java} | 20 +-
.../pinot/spi/utils/TimestampIndexUtils.java | 2 +-
.../pinot/spi/utils/builder/TableNameBuilder.java | 42 ++++
.../{Utf8UtilsTest.java => SqlUtilsTest.java} | 18 +-
.../pinot/spi/utils/TimestampIndexUtilsTest.java | 17 ++
.../spi/utils/builder/TableNameBuilderTest.java | 41 ++++
.../pinot/sql/ddl/reverse/SqlIdentifiers.java | 3 +-
13 files changed, 594 insertions(+), 23 deletions(-)
create mode 100644
pinot-core/src/test/java/org/apache/pinot/core/query/aggregation/function/StoredTypeDispatchTest.java
create mode 100644
pinot-segment-local/src/test/java/org/apache/pinot/segment/local/startree/v2/builder/MultipleTreesBuilderStaleCleanupTest.java
copy
pinot-spi/src/main/java/org/apache/pinot/spi/{accounting/TrackingScope.java =>
utils/SqlUtils.java} (60%)
copy pinot-spi/src/test/java/org/apache/pinot/spi/utils/{Utf8UtilsTest.java =>
SqlUtilsTest.java} (63%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]