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 2021/02/24 11:29:42 UTC

[GitHub] [ignite] zstan commented on a change in pull request #8821: IGNITE-14221: hide SQL Constants when IGNITE_TO_STRING_INCLUDE_SENSITIVE=false

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:
users@infra.apache.org