alex-plekhanov commented on a change in pull request #8821:
URL: https://github.com/apache/ignite/pull/8821#discussion_r581885694
##########
File path:
modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/sql/GridSqlStatement.java
##########
@@ -67,4 +73,19 @@ public void limit(GridSqlAst limit) {
public GridSqlAst limit() {
return limit;
}
+
+ /**
+ * @return Delimeter to use.
+ */
+ public static char delimeter() {
Review comment:
I know it, but text from the user also can contain line delimiters. If
we don't want to show to user multiline output we should filter it for all
cases on another level.
----------------------------------------------------------------
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]