This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch remove_consuming_partition_info in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
discard 200bef6 Remove the partition info from the consuming segment ZK metadata discard fcf2b7a Handle the partitioning mismatch between table config and stream add d9aec17 Improve the realtime time creation unit test (#6032) add 5548e79 Table indexing config validation (#6017) add 8511410 Publish helm package pinot 0.2.1 (#6034) add 0dbe06d Publish helm repo with new index (#6035) add fe047fd Support streaming query in QueryExecutor (#6027) add 919f407 Handle the partitioning mismatch between table config and stream (#6031) add 73f0459 Add Broker Reduce Time Log (#6033) new f83cbb5 Remove the partition info from the consuming segment ZK metadata 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 (200bef6) \ N -- N -- N refs/heads/remove_consuming_partition_info (f83cbb5) 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. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: docs/README.md => kubernetes/helm/README-dev.md | 25 +- kubernetes/helm/index.yaml | 34 ++- kubernetes/helm/pinot-0.2.1.tgz | Bin 0 -> 23883 bytes kubernetes/helm/pinot/Chart.yaml | 4 +- .../requesthandler/BaseBrokerRequestHandler.java | 4 +- .../segmentpruner/PartitionSegmentPruner.java | 32 +- .../helix/core/PinotHelixResourceManager.java | 1 - .../realtime/PinotLLCRealtimeSegmentManager.java | 6 +- .../api/PinotTableRestletResourceTest.java | 13 +- .../core/query/executor/GrpcQueryExecutor.java | 327 --------------------- .../pinot/core/query/executor/QueryExecutor.java | 26 +- .../query/executor/ServerQueryExecutorV1Impl.java | 29 +- .../pinot/core/transport/grpc/GrpcQueryServer.java | 76 ++++- .../apache/pinot/core/util/TableConfigUtils.java | 114 ++++++- .../query/scheduler/PrioritySchedulerTest.java | 36 ++- .../pinot/core/util/TableConfigUtilsTest.java | 154 ++++++++++ ...PartitionLLCRealtimeClusterIntegrationTest.java | 170 ++++++++++- ...ulls_default_column_test_missing_columns.schema | 4 +- .../pinot/server/starter/ServerInstance.java | 5 +- .../spi/utils/builder/TableConfigBuilder.java | 15 + 20 files changed, 668 insertions(+), 407 deletions(-) copy docs/README.md => kubernetes/helm/README-dev.md (67%) create mode 100644 kubernetes/helm/pinot-0.2.1.tgz delete mode 100644 pinot-core/src/main/java/org/apache/pinot/core/query/executor/GrpcQueryExecutor.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org