You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "KKcorps (via GitHub)" <gi...@apache.org> on 2023/06/18 14:48:50 UTC

[GitHub] [pinot] KKcorps commented on pull request #10899: Return true when _resultSet is not null

KKcorps commented on PR #10899:
URL: https://github.com/apache/pinot/pull/10899#issuecomment-1596173736

   @Jackie-Jiang you are correct but PreparedStatement in our driver is not really doing much. Its just a wrapper on Statement which allows setting queries beforehand.
   
   No optimisation as such is done for the query and we just fill the values and send the whole query again.
   
   So its fine if they are allowed for now.
   


-- 
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-unsubscribe@pinot.apache.org

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


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