This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a change to branch pinot_query_literal_only
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
discard 282f468 Address comments
discard f0ae091 Support Selection Literal only queries
add 04e12bd Config for raw index writer version (#5503)
add bea55a0 [TE] Add data quality/sla rule to the detection template
(#5515)
add 2e834cf Support escaping single quote for SQL literal (#5501)
add c139488 Support expression as the left-hand side for BETWEEN and IN
clause (#5502)
add e3392d7 Support Selection Literal only queries
add 1fabecc Address comments
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 (282f468)
\
N -- N -- N refs/heads/pinot_query_literal_only (1fabecc)
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/common/utils/request/RequestUtils.java | 7 +-
.../parsers/pql2/ast/BetweenPredicateAstNode.java | 8 +-
.../pql/parsers/pql2/ast/InPredicateAstNode.java | 2 +
.../pinot/sql/parsers/CalciteSqlCompilerTest.java | 2 +-
.../writer/impl/v1/BaseChunkSingleValueWriter.java | 8 +-
.../impl/v1/FixedByteChunkSingleValueWriter.java | 10 +-
.../impl/v1/VarByteChunkSingleValueWriter.java | 9 +-
.../pinot/core/minion/RawIndexConverter.java | 3 +-
.../creator/impl/SegmentColumnarIndexCreator.java | 43 ++--
.../fwd/SingleValueFixedByteRawIndexCreator.java | 20 +-
.../fwd/SingleValueVarByteRawIndexCreator.java | 29 ++-
.../defaultcolumn/BaseDefaultColumnHandler.java | 3 +-
.../FixedByteChunkSingleValueReaderWriteTest.java | 225 ++++++++++++++-------
.../VarByteChunkSingleValueReaderWriteTest.java | 49 +++--
.../tests/OfflineClusterIntegrationTest.java | 89 ++++----
.../apache/pinot/spi/config/table/FieldConfig.java | 13 +-
.../converter/DictionaryToRawIndexConverter.java | 4 +-
thirdeye/thirdeye-frontend/app/utils/yaml-tools.js | 38 ++--
18 files changed, 359 insertions(+), 203 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]