This is an automated email from the ASF dual-hosted git repository.
nehapawar pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from 97c7118 adding examples for standalone batch ingestion (#4965)
add 17b2360 Sql query endpoint "/query/sql" (#4964)
No new revisions were added by this update.
Summary of changes:
.../broker/api/resources/PinotClientRequest.java | 71 ++++++++++++--
.../org/apache/pinot/client/BrokerResponse.java | 6 ++
.../client/JsonAsyncHttpPinotClientTransport.java | 13 ++-
.../org/apache/pinot/client/ResultSetGroup.java | 29 +++---
...ionResultSet.java => ResultTableResultSet.java} | 34 ++++---
.../tests/BaseClusterIntegrationTest.java | 8 +-
.../tests/BaseClusterIntegrationTestSet.java | 24 ++---
.../tests/ClusterIntegrationTestUtils.java | 103 ++++++++++++++++++++-
.../pinot/integration/tests/ClusterTest.java | 21 +++++
9 files changed, 247 insertions(+), 62 deletions(-)
copy
pinot-clients/pinot-java-client/src/main/java/org/apache/pinot/client/{SelectionResultSet.java
=> ResultTableResultSet.java} (66%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]