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 9adf1ccc343 Add bounded codec runtime and compression handlers
omit e83ed0ecd46 Add codec spec DSL and configuration plumbing
add a7c582af4b9 Minor cleanup on explain mode handling in
ServerQueryExecutorV1Impl (#19283)
add 1019930cd7e [UUID 6/8] UUID multi-stage engine (planner + runtime)
(#18874)
add 1c5df46ed60 Add codec spec DSL and configuration plumbing
add db04987f94e Add bounded codec runtime and compression handlers
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 (9adf1ccc343)
\
N -- N -- N refs/heads/xiangfu0/codex/codec-stack/02-runtime
(db04987f94e)
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:
.../query/executor/ServerQueryExecutorV1Impl.java | 47 +++++++++++---------
.../core/query/request/context/QueryContext.java | 11 ++---
.../tests/custom/UuidAggregationTest.java | 10 +++++
.../query/parser/CalciteRexExpressionParser.java | 2 +-
.../query/planner/logical/RexExpressionUtils.java | 8 ++++
.../parser/CalciteRexExpressionParserTest.java | 33 +++++++-------
.../planner/logical/RexExpressionUtilsTest.java | 20 +++++++++
.../impl/openstruct/OpenStructColumnSplitter.java | 5 +++
.../index/openstruct/OpenStructIndexType.java | 3 ++
.../openstruct/OpenStructColumnSplitterTest.java | 38 ++++++++++++++++
.../index/openstruct/OpenStructIndexTypeTest.java | 51 ++++++++++++++++++++++
11 files changed, 183 insertions(+), 45 deletions(-)
copy
pinot-segment-local/src/test/java/org/apache/pinot/segment/local/segment/index/NullValueIndexTest.java
=>
pinot-query-planner/src/test/java/org/apache/pinot/query/parser/CalciteRexExpressionParserTest.java
(50%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]