kbastani commented on a change in pull request #7784:
URL: https://github.com/apache/pinot/pull/7784#discussion_r752466282



##########
File path: 
pinot-clients/pinot-jdbc-client/src/main/java/org/apache/pinot/client/PinotStatement.java
##########
@@ -34,7 +34,7 @@
   private ResultSetGroup _resultSetGroup;
   private boolean _closed;
   private ResultSet _resultSet;
-  private int _maxRows = Integer.MAX_VALUE;
+  private int _maxRows = 1000000;

Review comment:
       The JDBC client checks for a provided `LIMIT` statement in a SQL query 
and appends the `_maxRows` limit if the query did not have one. We should check 
to see why the Pinot broker is failing for `Integer.MAX_VALUE`. 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to