alex-plekhanov commented on a change in pull request #8821:
URL: https://github.com/apache/ignite/pull/8821#discussion_r581924613
##########
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:
User own query text can also be multiline. I suggest filtering line
delimiters on the view level if we want to prohibit multiline output.
----------------------------------------------------------------
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]