juliuszsompolski commented on pull request #34815:
URL: https://github.com/apache/spark/pull/34815#issuecomment-989303881


   ```
   spark-sql> /* This is a comment without end symbol SELECT 1;
   Error in query:
   Unclosed bracketed comment(line 1, pos 0)
   
    == SQL ==
    /* This is a comment without end symbol SELECT 1;
    ^^^
   ```
   
   Can `/*` be the start of a multiline comment, in which case the behaviour 
should be
   ```
   spark-sql> /* This is a comment without end symbol SELECT 1;
            > 
   ```
   (waiting for next line of multiline input)?


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to