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

xiangfu0 pushed a change to branch xiangfu0/codex/codec-stack/06-reload-enable
in repository https://gitbox.apache.org/repos/asf/pinot.git


    omit 1cd57a73e19 Harden codec reload and compression stats
    omit 13d47fe81a0 Support codecSpec on segment reload and enable codecSpec 
end to end
    omit 236b5a30f11 Add V7 raw forward index format for codec pipelines
     add faad15f3dc7 Fix temp file leak in batch metadata segment upload 
(#19377)
     add 02c41a39e8f Use a local exchange for UNION ALL inputs in the 
multi-stage engine (#19330)
     add 72ebec4fa21 Make logical EXPLAIN fail wherever query execution would 
fail (#19373)
     add 57f07e6a193 Bump org.javassist:javassist from 3.32.0-GA to 3.33.0-GA 
(#19375)
     add d641e9890aa Bump actions/setup-java from 5 to 6 (#19376)
     add 5e914c979b3 Support optional parameters argument for tuple sketch 
aggregations in the multi-stage engine (#19312)
     add 00bceb008d1 Add V7 raw forward index format for codec pipelines
     add 3b4c44251f3 Support codecSpec on segment reload and enable codecSpec 
end to end
     add d0afba2938b Harden codec reload and compression stats

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   (1cd57a73e19)
            \
             N -- N -- N   
refs/heads/xiangfu0/codex/codec-stack/06-reload-enable (d0afba2938b)

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:
 .github/workflows/pinot_compatibility_checks.yml   |   6 +-
 .github/workflows/pinot_compatibility_tests.yml    |   2 +-
 .github/workflows/pinot_integration_tests.yml      |   2 +-
 .../pinot_java11_client_compatibility.yml          |   4 +-
 ...ulti_stage_query_engine_compatibility_tests.yml |   2 +-
 .github/workflows/pinot_quickstart_tests.yml       |   2 +-
 .github/workflows/pinot_unit_tests.yml             |   4 +-
 .../PinotSegmentUploadDownloadRestletResource.java |  31 ++--
 ...otSegmentUploadDownloadRestletResourceTest.java |  63 ++++++++
 .../IntegerTupleSketchAggregationFunction.java     |   6 +-
 .../integration/tests/custom/TupleSketchTest.java  |  15 ++
 .../pinot/calcite/rel/hint/PinotHintOptions.java   |  14 +-
 .../rel/rules/PinotRelDistributionTraitRule.java   |  21 +++
 .../rules/PinotSetOpExchangeNodeInsertRule.java    |  21 ++-
 .../org/apache/pinot/query/QueryEnvironment.java   |  15 +-
 .../planner/physical/MailboxAssignmentVisitor.java |  62 ++++++--
 .../apache/pinot/query/routing/WorkerManager.java  |  57 ++++++-
 .../apache/pinot/query/QueryCompilationTest.java   | 165 +++++++++++++++++++--
 .../pinot/query/QueryPlannerRuleOptionsTest.java   |  12 +-
 .../physical/MailboxAssignmentVisitorTest.java     |  82 +++++++++-
 .../query/queries/ResourceBasedQueryPlansTest.java |   2 -
 .../src/test/resources/queries/AggregatePlans.json |   4 +-
 .../resources/queries/ExplainPhysicalPlans.json    |  26 ++--
 .../src/test/resources/queries/JoinPlans.json      |   5 +
 .../src/test/resources/queries/SetOpPlans.json     |  34 ++---
 .../resources/queries/ValidationErrorPlan.json     |   5 +
 .../src/test/resources/queries/QueryHints.json     |  28 ++++
 .../segment/local/utils/TableConfigUtilsTest.java  |  19 ++-
 .../pinot/segment/spi/AggregationFunctionType.java |  18 ++-
 .../segment/spi/AggregationFunctionTypeTest.java   |  30 ++++
 pom.xml                                            |   2 +-
 31 files changed, 634 insertions(+), 125 deletions(-)


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

Reply via email to