This is an automated email from the ASF dual-hosted git repository. rongr pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
from 8a2fbf9caf feat: add compressed file support for ORCRecordReader (#9884) add eb5e5d3045 [multistage][reland] fix leaf stage return data schema (#9929) No new revisions were added by this update. Summary of changes: .../apache/pinot/query/runtime/QueryRunner.java | 47 +---- .../LeafStageTransferableBlockOperator.java | 233 +++++++++++++++++++-- .../LeafStageTransferableBlockOperatorTest.java | 170 +++++++++++++-- .../src/test/resources/queries/Aggregates.json | 94 ++++++--- .../src/test/resources/queries/Distincts.json | 51 +++++ .../src/test/resources/queries/MathFuncs.json | 10 + .../test/resources/queries/SelectExpressions.json | 15 +- 7 files changed, 506 insertions(+), 114 deletions(-) create mode 100644 pinot-query-runtime/src/test/resources/queries/Distincts.json --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org