ptupitsyn commented on code in PR #3737:
URL: https://github.com/apache/ignite-3/pull/3737#discussion_r1598024526


##########
modules/client/src/main/java/org/apache/ignite/internal/client/sql/ClientStatement.java:
##########
@@ -31,14 +31,20 @@ public class ClientStatement implements Statement {
     private final String query;
 
     /** Default schema. */
+    @Nullable

Review Comment:
   Fixed.
   
   I've used `javax.annotation.Nullable` instead of 
`org.jetbrains.annotations.Nullable` by mistake, and the IDE displays a warning 
about incorrect order in that case.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to