This is an automated email from the ASF dual-hosted git repository. cpsoman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from 57c1603 Fix CAST transform function for chained transforms (#6941) add fe322f5 Adding a new Controller API to retrieve ingestion status for realtime… (#6890) No new revisions were added by this update. Summary of changes: .../api/resources/PinotTableRestletResource.java | 38 +++++++++++ .../helix/core/PinotHelixResourceManager.java | 11 ++++ .../util/ConsumingSegmentInfoReader.java | 48 ++++++++++++++ .../api/ConsumingSegmentInfoReaderTest.java | 76 +++++++++++++++++----- .../realtime/HLRealtimeSegmentDataManager.java | 1 + .../realtime/LLRealtimeSegmentDataManager.java | 1 + .../realtime/RealtimeSegmentDataManager.java | 9 +-- .../apache/pinot/spi/config/table/TableStatus.java | 70 ++++++++++++++++++++ .../apache/pinot/spi/utils/CommonConstants.java | 8 +++ 9 files changed, 238 insertions(+), 24 deletions(-) create mode 100644 pinot-spi/src/main/java/org/apache/pinot/spi/config/table/TableStatus.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org