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 fb12a50 Improve error message for unsupported function call (#7609)
(#7877)
add ae443e2 Support non-selection-only GRPC server request handler (#7839)
No new revisions were added by this update.
Summary of changes:
.../org/apache/pinot/common/utils/DataTable.java | 6 +
.../core/common/datatable/DataTableImplV2.java | 17 ++
.../core/common/datatable/DataTableImplV3.java | 18 ++
.../StreamingInstanceResponseOperator.java | 62 +++++
.../operator/blocks/InstanceResponseBlock.java | 4 +
.../apache/pinot/core/plan/CombinePlanNode.java | 2 +-
.../pinot/core/plan/InstanceResponsePlanNode.java | 6 +-
...java => StreamingInstanceResponsePlanNode.java} | 21 +-
.../core/plan/maker/InstancePlanMakerImplV2.java | 20 +-
.../query/executor/ServerQueryExecutorV1Impl.java | 3 +-
.../request/context/utils/QueryContextUtils.java | 9 +
.../MultiNodesOfflineClusterIntegrationTest.java | 7 -
.../tests/OfflineClusterIntegrationTest.java | 69 -----
.../tests/OfflineGRPCServerIntegrationTest.java | 277 +++++++++++++++++++++
14 files changed, 425 insertions(+), 96 deletions(-)
create mode 100644
pinot-core/src/main/java/org/apache/pinot/core/operator/StreamingInstanceResponseOperator.java
copy
pinot-core/src/main/java/org/apache/pinot/core/plan/{InstanceResponsePlanNode.java
=> StreamingInstanceResponsePlanNode.java} (59%)
create mode 100644
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/OfflineGRPCServerIntegrationTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]