This is an automated email from the ASF dual-hosted git repository. jlli pushed a change to branch helix-1.0 in repository https://gitbox.apache.org/repos/asf/pinot.git.
discard 68c0c95 Upgrade Helix to 1.0.2 add b7c181a Resolve dependency convergence issue between pinot-core and pinot-adls on kqueue (#8317) add 9380b14 Add QueryRunner as a standalone tool. (#8311) add 8bde29e adding a get children API for ZookeeperResource (#8305) add 1150305 Allow overriding expression in query through query config (#8319) add ba0b016 Refactor PinotSinkIntegrationTest to have consistent table config and schema (#8322) add eb963cf Upgrade Helix to 1.0.2 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 (68c0c95) \ N -- N -- N refs/heads/helix-1.0 (eb963cf) 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: .../requesthandler/BaseBrokerRequestHandler.java | 56 ++++++++- .../pinot/common/config/provider/TableCache.java | 68 +++++++++-- .../common/utils/config/TableConfigSerDeTest.java | 7 +- .../flink/sink/PinotSinkIntegrationTest.java | 117 ++++++++++++------- .../pinot/connector/flink/util/PinotTestBase.java | 129 --------------------- .../pinot/connector/flink/util/TestUtils.java | 40 ------- .../api/resources/ZookeeperResource.java | 82 ++++++++++--- .../helix/ControllerRequestURLBuilder.java | 8 ++ .../helix/core/PinotHelixResourceManager.java | 7 +- .../controller/api/ZookeeperResourceTest.java | 86 -------------- .../api/resources/ZookeeperResourceTest.java | 122 +++++++++++++++++++ .../tests/OfflineClusterIntegrationTest.java | 89 +++++++++----- pinot-plugins/pinot-file-system/pinot-adls/pom.xml | 10 ++ .../apache/pinot/spi/config/table/QueryConfig.java | 29 ++++- pinot-tools/pom.xml | 10 ++ 15 files changed, 502 insertions(+), 358 deletions(-) delete mode 100644 pinot-connectors/pinot-flink-connector/src/test/java/org/apache/pinot/connector/flink/util/PinotTestBase.java delete mode 100644 pinot-connectors/pinot-flink-connector/src/test/java/org/apache/pinot/connector/flink/util/TestUtils.java delete mode 100644 pinot-controller/src/test/java/org/apache/pinot/controller/api/ZookeeperResourceTest.java create mode 100644 pinot-controller/src/test/java/org/apache/pinot/controller/api/resources/ZookeeperResourceTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org