You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ja...@apache.org on 2023/06/22 02:39:38 UTC

[pinot] branch master updated: Make org.apache.pinot.client.BrokerResponse public (#10932)

This is an automated email from the ASF dual-hosted git repository.

jackie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 2b47dd6892 Make org.apache.pinot.client.BrokerResponse public (#10932)
2b47dd6892 is described below

commit 2b47dd68926dd39da05949fc204388797dfd14cb
Author: lucifer4j <97...@users.noreply.github.com>
AuthorDate: Thu Jun 22 08:09:32 2023 +0530

    Make org.apache.pinot.client.BrokerResponse public (#10932)
---
 .../src/main/java/org/apache/pinot/client/BrokerResponse.java           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pinot-clients/pinot-java-client/src/main/java/org/apache/pinot/client/BrokerResponse.java b/pinot-clients/pinot-java-client/src/main/java/org/apache/pinot/client/BrokerResponse.java
index 9422061395..8f06afab04 100644
--- a/pinot-clients/pinot-java-client/src/main/java/org/apache/pinot/client/BrokerResponse.java
+++ b/pinot-clients/pinot-java-client/src/main/java/org/apache/pinot/client/BrokerResponse.java
@@ -24,7 +24,7 @@ import com.fasterxml.jackson.databind.JsonNode;
 /**
  * Reimplementation of BrokerResponse from pinot-common, so that pinot-api does not depend on pinot-common.
  */
-class BrokerResponse {
+public class BrokerResponse {
   private JsonNode _aggregationResults;
   private JsonNode _selectionResults;
   private JsonNode _resultTable;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org