This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
from ebcba81761 Add Table config decorator support (#15714) add de387c17da Create proper response when all segments are pruned on broker (#15703) No new revisions were added by this update. Summary of changes: .../BaseSingleStageBrokerRequestHandler.java | 60 +++-- .../broker/requesthandler/EmptyResponseUtils.java | 205 +++++++++++++++ .../requesthandler/EmptyResponseUtilsTest.java | 67 ++--- .../common/cursors/AbstractResponseStore.java | 2 +- .../operator/blocks/results/ResultsBlockUtils.java | 1 + .../core/query/reduce/BaseGapfillProcessor.java | 2 +- .../tests/BasePauselessRealtimeIngestionTest.java | 6 - .../integration/tests/CursorIntegrationTest.java | 2 +- .../tests/EmptyResponseIntegrationTest.java | 289 +++++++-------------- ...mentGenerationMinionClusterIntegrationTest.java | 8 - .../pinot/query/parser/utils/ParserUtils.java | 102 -------- 11 files changed, 380 insertions(+), 364 deletions(-) create mode 100644 pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/EmptyResponseUtils.java copy pinot-core/src/test/java/org/apache/pinot/core/operator/blocks/results/ResultsBlockUtilsTest.java => pinot-broker/src/test/java/org/apache/pinot/broker/requesthandler/EmptyResponseUtilsTest.java (63%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org