HyunjoonCho opened a new issue #6444:
URL: https://github.com/apache/incubator-pinot/issues/6444


   Hello,
   
   I'm trying to access Pinot through Spring-MyBatis but having some trouble. 
   Came up with workaround for several steps, but having hard time redirecting 
execute() to executeQuery().
   While MyBatis Handler calls method execute() of prepared statement, Pinot 
only uses method executeQuery(); 
   execute(), execute(sql) and other calls throw exception.
   
https://github.com/mybatis/mybatis-3/blob/master/src/main/java/org/apache/ibatis/executor/statement/PreparedStatementHandler.java#L64
 
   
   I'm curious about this behavior of pinot prepared statement. 
   Intentionally blocked those access due to limited functionality of current 
jdbc client? 
   And any suggestion on workaround would be appreciated - tried to wrap 
prepared statement, connection and driver, but found out that constructor of 
PinotConnection is not public.
   
   Thanks


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

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