turboFei commented on pull request #29982:
URL: https://github.com/apache/spark/pull/29982#issuecomment-754981531


   oh, i will fix it today.
   
   Should we ignore the comments during two `;`?
   
   for example,
   
   ```
   /* comment*/; select * from test;
   ```
   
   should be transfered as`select * from test;`
   
   Or I just remove the test case like that?
   
   


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



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

Reply via email to