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


##########
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:
   @gortiz  asked me to not mess with this PR, although from what I see CI/CD 
is ignoring the `enabled=false` during the integration tests...
   
   Anyway, there's a better PR that disables only the "use MSQE" strategy and 
allows to re-enable it using a config parameter:
   
   https://github.com/apache/pinot/pull/15078



-- 
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