This is an automated email from the ASF dual-hosted git repository.

xiangfu pushed a change to branch fix-quickstart
in repository https://gitbox.apache.org/repos/asf/pinot.git


    omit edb16dc6c0 fix quickstart ci
     add b25b62add5 [multistage] disable calcite float to double cast (#11518)
     add cd32d16f60 enable some previously failed tests (#11516)
     add e949d958a8 [multistage] Support range queries in search (#11512)
     add 4d728cae28 fix quickstart ci

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   (edb16dc6c0)
            \
             N -- N -- N   refs/heads/fix-quickstart (4d728cae28)

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:
 .../tests/MultiStageEngineIntegrationTest.java     | 17 +++++
 .../tests/OfflineClusterIntegrationTest.java       | 11 ++-
 .../tests/custom/FloatingPointDataTypeTest.java    | 25 ++++---
 .../tests/tpch/TPCHQueryIntegrationTest.java       |  3 +-
 .../query/planner/logical/RexExpressionUtils.java  | 83 ++++++++++++++++++++--
 .../org/apache/pinot/query/type/TypeFactory.java   | 13 +++-
 .../apache/pinot/query/type/TypeFactoryTest.java   |  4 --
 7 files changed, 130 insertions(+), 26 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to