You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2022/06/15 14:58:38 UTC

[GitHub] [ignite-3] korlov42 commented on a diff in pull request #874: IGNITE-16967 SQL API: Implement server-side query context

korlov42 commented on code in PR #874:
URL: https://github.com/apache/ignite-3/pull/874#discussion_r898092507


##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/QueryProcessor.java:
##########
@@ -35,7 +55,8 @@ public interface QueryProcessor extends IgniteComponent {
      * @return List of sql cursors.
      *
      * @throws IgniteException in case of an error.
-     * */
+     */

Review Comment:
   Deprecated methods can't be removed right now because the JDBC event handler still relies on them.  I would suggest to return to this when we will be implementing a script support
   
   just removed the deprecation 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: notifications-unsubscribe@ignite.apache.org

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