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



##########
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:
       Let's clarify the issue we want to resolve here:
   
   > User own query text can also be multiline.
   
   If we can output the source query body we just do it.
   The issue is "What formatting to use if we can't output source user query?"
   
   My suggestion is to use one-line formatting.
   What is your suggestion?
   
   




----------------------------------------------------------------
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