nizhikov commented on a change in pull request #8821:
URL: https://github.com/apache/ignite/pull/8821#discussion_r581926360



##########
File path: 
modules/core/src/main/java/org/apache/ignite/internal/processors/query/QueryUtils.java
##########
@@ -131,6 +133,32 @@
     /** */
     private static final Set<Class<?>> SQL_TYPES = createSqlTypes();
 
+    /** Default SQL delimeter. */
+    public static final char DEFAULT_DELIM = '\n';

Review comment:
       `\n` character used right now. 
   You can see it from the diff.
   I don't think this PR is the right place to change existing formatting.




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


Reply via email to