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

github-bot pushed a change to branch dependabot/maven/net.openhft-posix-2.26ea0
in repository https://gitbox.apache.org/repos/asf/pinot.git


    omit 055e1eb8e2 Bump net.openhft:posix from 2.25ea0 to 2.25.1
     add d4e10e5c07 set hadoop-mapreduce-client-core dependency scope as 
compile (#13269)
     add f54c77de47 Add a plan version field to QueryRequest Protobuf Message 
(#13267)
     add a1f9b8997c Improve warn logs for requesting validDocID snapshots 
(#13280)
     add fcd7856412 Bump com.google.cloud:libraries-bom from 26.39.0 to 26.40.0 
(#13272)
     add 61ce07ff50 Bump org.apache.maven.plugins:maven-enforcer-plugin from 
3.4.1 to 3.5.0 (#13270)
     add bf84802571 Bump software.amazon.awssdk:bom from 2.25.61 to 2.25.63 
(#13287)
     add 283363af87 Make allowDownloadFromServer minion-cluster-level config 
(#13247)
     add f70ae2d9be Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.3 
to 3.6.0 (#13288)
     add cb5596c4f2 Bump com.nimbusds:nimbus-jose-jwt from 9.39.1 to 9.39.3 
(#13289)
     add 34bab22861 Add support for raw JSON filter predicates (#13283)
     add 6c85de5015 Bump org.webjars:swagger-ui from 5.17.0 to 5.17.14 (#13286)
     add 3dd653a785 [bugfix] Handling null value for kafka client id suffix 
(#13279)
     add e2c5e73970 Pass literal within AggregateCall via rexList (#13282)
     add 26209ed6b0 Updated PDB and reload checksum config annotation for 
reload. (#13276)
     add b0e3cc7478 Introduce PinotLogicalAggregate and remove internal hint 
(#13291)
     add a4950fe48f Remove SqlKind from FunctionCall (#13293)
     add 68685dc431 Add backward compatibility regression test suite for 
multi-stage query engine (#13193)
     add a5d2a35651 Cleanup unused aggregate internal hint (#13295)
     add 1dd4d49b16 Bump commons-net:commons-net from 3.10.0 to 3.11.0 (#13302)
     add 3a98ab5252 Bump org.apache.maven.plugins:maven-javadoc-plugin from 
3.6.3 to 3.7.0 (#13301)
     add 4fcd86973c Bump com.google.errorprone:error_prone_annotations from 
2.27.1 to 2.28.0 (#13299)
     add 3dfadd803a Bump software.amazon.awssdk:bom from 2.25.63 to 2.25.64 
(#13300)
     add b925591d77 Bump net.openhft:posix from 2.25ea0 to 2.25.1

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   (055e1eb8e2)
            \
             N -- N -- N   
refs/heads/dependabot/maven/net.openhft-posix-2.26ea0 (b925591d77)

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:
 ...lti_stage_query_engine_compatibility_tests.yml} |  16 +-
 .github/workflows/pinot_tests.yml                  |  56 +++
 .gitignore                                         |   1 +
 .../config/BrokerConfig.properties                 |   0
 .../config/ControllerConfig.properties             |   0
 .../config/FeatureTest1-schema.json                |   0
 .../config/FeatureTest2-schema.json                |   0
 .../config/ServerConfig.properties                 |   0
 .../config/data/FeatureTest1-data-00.csv           |   0
 .../config/data/FeatureTest2-data-realtime-00.csv  |   0
 .../config/data/recordReaderConfig.json            |   0
 .../config/feature-test-1.json                     |   0
 .../feature-test-2-realtime-stream-config.json     |   0
 .../config/feature-test-2-realtime.json            |   0
 .../queries/feature-test-multi-stage.queries       |  31 ++
 .../query-results/feature-test-multi-stage.results |  31 ++
 .../post-broker-rollback.yaml                      |  25 +-
 .../post-controller-rollback.yaml                  |  23 +-
 .../post-server-rollback.yaml                      |  25 +-
 .../post-server-upgrade.yaml                       |  25 +-
 .../pre-broker-upgrade.yaml                        |  24 +-
 .../pre-controller-upgrade.yaml                    |  35 +-
 .../pre-server-upgrade.yaml                        |  24 +-
 helm/index.yaml                                    |   4 +-
 helm/pinot-0.2.9.tgz                               | Bin 69288 -> 73741 bytes
 .../templates/broker/poddisruptionbudget.yaml      |   5 +-
 helm/pinot/templates/broker/statefulset.yaml       |   6 +-
 .../templates/controller/poddisruptionbudget.yaml  |   5 +-
 helm/pinot/templates/controller/statefulset.yaml   |   6 +-
 helm/pinot/templates/minion/statefulset.yaml       |   4 +-
 .../templates/server/poddisruptionbudget.yaml      |   5 +-
 helm/pinot/templates/server/statefulset.yaml       |   6 +-
 .../pinot/common/utils/SqlResultComparator.java    |  44 +++
 .../pinot/common/utils/request/RequestUtils.java   |   9 +-
 pinot-common/src/main/proto/expressions.proto      |   9 +-
 pinot-common/src/main/proto/worker.proto           |   1 +
 .../main/java/org/apache/pinot/compat/QueryOp.java |  32 +-
 .../main/java/org/apache/pinot/compat/Utils.java   |   9 +
 .../realtime/RealtimeSegmentDataManager.java       |   7 +-
 .../predicate/EqualsPredicateEvaluatorFactory.java |   1 +
 .../predicate/InPredicateEvaluatorFactory.java     |   3 +-
 .../NotEqualsPredicateEvaluatorFactory.java        |   1 +
 .../predicate/NotInPredicateEvaluatorFactory.java  |   3 +-
 .../NoDictionaryEqualsPredicateEvaluatorsTest.java |  40 ++
 .../NoDictionaryInPredicateEvaluatorTest.java      |  44 +++
 .../predicate/PredicateEvaluatorTestUtils.java     |  11 +
 .../tests/OfflineClusterIntegrationTest.java       |   4 +-
 .../org/apache/pinot/minion/BaseMinionStarter.java |   1 +
 .../java/org/apache/pinot/minion/MinionConf.java   |   5 +
 .../org/apache/pinot/minion/MinionContext.java     |   9 +
 .../plugin/minion/tasks/BaseTaskExecutor.java      |   3 +-
 .../pinot/plugin/minion/tasks/MinionTaskUtils.java |   7 +-
 .../plugin/minion/tasks/MinionTaskUtilsTest.java   |   6 +-
 .../pinot/calcite/rel/hint/PinotHintOptions.java   |  29 +-
 .../calcite/rel/hint/PinotHintStrategyTable.java   |  40 +-
 .../calcite/rel/logical/PinotLogicalAggregate.java |  72 ++++
 .../PinotAggregateExchangeNodeInsertRule.java      | 428 +++++++++------------
 .../rules/PinotAggregateLiteralAttachmentRule.java | 107 ------
 .../calcite/rel/rules/PinotQueryRuleSets.java      |   5 -
 .../rel/rules/PinotRelDistributionTraitRule.java   |  17 +-
 .../org/apache/pinot/query/QueryEnvironment.java   |   4 -
 .../query/parser/CalciteRexExpressionParser.java   | 220 +++--------
 .../query/planner/logical/LiteralHintUtils.java    |  85 ----
 .../planner/logical/RelToPlanNodeConverter.java    |  15 +-
 .../pinot/query/planner/logical/RexExpression.java |  65 +---
 .../query/planner/logical/RexExpressionUtils.java  |  82 ++--
 .../query/planner/plannode/AggregateNode.java      |  13 +-
 .../serde/ProtoExpressionToRexExpression.java      |   6 +-
 .../serde/RexExpressionToProtoExpression.java      |  21 +-
 .../apache/pinot/query/QueryCompilationTest.java   |  16 +-
 .../src/test/resources/queries/AggregatePlans.json |  40 +-
 .../test/resources/queries/BasicQueryPlans.json    |   8 +-
 .../src/test/resources/queries/GroupByPlans.json   |  48 +--
 .../src/test/resources/queries/JoinPlans.json      |  52 +--
 .../resources/queries/LiteralEvaluationPlans.json  |   4 +-
 .../src/test/resources/queries/OrderByPlans.json   |  12 +-
 .../test/resources/queries/PinotHintablePlans.json |  91 ++---
 .../src/test/resources/queries/SetOpPlans.json     |   4 +-
 .../resources/queries/WindowFunctionPlans.json     | 108 +++---
 .../query/runtime/operator/AggregateOperator.java  | 131 ++-----
 .../runtime/operator/operands/FunctionOperand.java |   7 +-
 .../operator/operands/TransformOperandFactory.java |  22 +-
 .../runtime/operator/utils/AggregationUtils.java   |   5 +-
 .../runtime/operator/utils/OperatorUtils.java      |  58 ---
 .../plan/server/ServerPlanRequestVisitor.java      |  12 +-
 .../query/service/dispatch/QueryDispatcher.java    |   1 +
 .../runtime/operator/AggregateOperatorTest.java    |   9 +-
 .../query/runtime/operator/FilterOperatorTest.java |  15 +-
 .../runtime/operator/HashJoinOperatorTest.java     |   8 +-
 .../runtime/operator/TransformOperatorTest.java    |  12 +-
 .../operator/WindowAggregateOperatorTest.java      |  24 +-
 .../src/test/resources/queries/QueryHints.json     |   8 +-
 .../pinot/segment/spi/AggregationFunctionType.java |   7 +-
 .../pinot/server/api/resources/TablesResource.java |  33 +-
 .../apache/pinot/spi/utils/CommonConstants.java    |  11 +-
 .../apache/pinot/tools/utils/ExplainPlanUtils.java |   5 +
 pom.xml                                            |  22 +-
 97 files changed, 1118 insertions(+), 1470 deletions(-)
 copy .github/workflows/{pinot_compatibility_tests.yml => 
pinot_multi_stage_query_engine_compatibility_tests.yml} (81%)
 copy compatibility-verifier/{sample-test-suite => 
multi-stage-query-engine-test-suite}/config/BrokerConfig.properties (100%)
 copy compatibility-verifier/{sample-test-suite => 
multi-stage-query-engine-test-suite}/config/ControllerConfig.properties (100%)
 copy compatibility-verifier/{sample-test-suite => 
multi-stage-query-engine-test-suite}/config/FeatureTest1-schema.json (100%)
 copy compatibility-verifier/{sample-test-suite => 
multi-stage-query-engine-test-suite}/config/FeatureTest2-schema.json (100%)
 copy compatibility-verifier/{sample-test-suite => 
multi-stage-query-engine-test-suite}/config/ServerConfig.properties (100%)
 copy compatibility-verifier/{sample-test-suite => 
multi-stage-query-engine-test-suite}/config/data/FeatureTest1-data-00.csv (100%)
 copy compatibility-verifier/{sample-test-suite => 
multi-stage-query-engine-test-suite}/config/data/FeatureTest2-data-realtime-00.csv
 (100%)
 copy compatibility-verifier/{sample-test-suite => 
multi-stage-query-engine-test-suite}/config/data/recordReaderConfig.json (100%)
 copy compatibility-verifier/{sample-test-suite => 
multi-stage-query-engine-test-suite}/config/feature-test-1.json (100%)
 copy compatibility-verifier/{sample-test-suite => 
multi-stage-query-engine-test-suite}/config/feature-test-2-realtime-stream-config.json
 (100%)
 copy compatibility-verifier/{sample-test-suite => 
multi-stage-query-engine-test-suite}/config/feature-test-2-realtime.json (100%)
 create mode 100644 
compatibility-verifier/multi-stage-query-engine-test-suite/config/queries/feature-test-multi-stage.queries
 create mode 100644 
compatibility-verifier/multi-stage-query-engine-test-suite/config/query-results/feature-test-multi-stage.results
 copy compatibility-verifier/{sample-test-suite => 
multi-stage-query-engine-test-suite}/post-broker-rollback.yaml (62%)
 copy compatibility-verifier/{sample-test-suite => 
multi-stage-query-engine-test-suite}/post-controller-rollback.yaml (66%)
 copy compatibility-verifier/{sample-test-suite => 
multi-stage-query-engine-test-suite}/post-server-rollback.yaml (62%)
 copy compatibility-verifier/{sample-test-suite => 
multi-stage-query-engine-test-suite}/post-server-upgrade.yaml (62%)
 copy compatibility-verifier/{sample-test-suite => 
multi-stage-query-engine-test-suite}/pre-broker-upgrade.yaml (62%)
 copy compatibility-verifier/{sample-test-suite => 
multi-stage-query-engine-test-suite}/pre-controller-upgrade.yaml (60%)
 copy compatibility-verifier/{sample-test-suite => 
multi-stage-query-engine-test-suite}/pre-server-upgrade.yaml (62%)
 create mode 100644 
pinot-query-planner/src/main/java/org/apache/pinot/calcite/rel/logical/PinotLogicalAggregate.java
 delete mode 100644 
pinot-query-planner/src/main/java/org/apache/pinot/calcite/rel/rules/PinotAggregateLiteralAttachmentRule.java
 delete mode 100644 
pinot-query-planner/src/main/java/org/apache/pinot/query/planner/logical/LiteralHintUtils.java
 delete mode 100644 
pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/utils/OperatorUtils.java


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

Reply via email to