yashmayya commented on code in PR #15075:
URL: https://github.com/apache/pinot/pull/15075#discussion_r1958146753


##########
pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/BaseSingleStageBrokerRequestHandler.java:
##########
@@ -868,9 +868,13 @@ protected BrokerResponse doHandleRequest(long requestId, 
String query, SqlNodeAn
 
     // server returns STRING as default dataType for all columns in (some) 
scenarios where no rows are returned
     // this is an attempt to return more faithful information based on other 
sources
+    // DISABLED until we face this issue:
+    // https://github.com/apache/pinot/issues/15064
+    /*

Review Comment:
   Maybe we could conditionally disable this based on either a broker config or 
a query option so that environments that aren't affected by the issue with 
large IN clauses can continue using this functionality?



-- 
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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to