This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
from ee71befad3 Add "processAll" mode for MergeRollupTask (#10387) add c0d0896ac3 Upgrade h2 version from 1.x to 2.x (#10456) No new revisions were added by this update. Summary of changes: .../tests/ClusterIntegrationTestUtils.java | 31 +- .../pinot/integration/tests/QueryGenerator.java | 46 +- .../tests/BaseClusterIntegrationTestSet.java | 7 +- .../tests/OfflineClusterIntegrationTest.java | 4 +- ...rformance_2014_100k_subset.test_queries_10K.sql | 1972 ++++++++++---------- ...rformance_2014_100k_subset.test_queries_200.sql | 70 +- .../java/org/apache/pinot/query/QueryTestSet.java | 2 +- .../pinot/query/runtime/QueryRunnerTestBase.java | 39 +- .../runtime/queries/ResourceBasedQueriesTest.java | 32 +- .../src/test/resources/queries/BooleanLogic.json | 7 +- .../test/resources/queries/FromExpressions.json | 30 +- .../src/test/resources/queries/OrderBy.json | 18 +- .../src/test/resources/queries/Parallelism.json | 10 +- .../test/resources/queries/SelectExpressions.json | 2 +- .../src/test/resources/queries/TypeCasting.json | 6 +- pom.xml | 2 +- 16 files changed, 1180 insertions(+), 1098 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org