zstan commented on a change in pull request #8821:
URL: https://github.com/apache/ignite/pull/8821#discussion_r581881464
##########
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:
can you use U.nl() here ? yes i see that it returns String instead of
char.
----------------------------------------------------------------
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]