AngersZhuuuu commented on pull request #34616:
URL: https://github.com/apache/spark/pull/34616#issuecomment-970294319


   > do you know which pr introduced this behaviour change? I think we should 
better make sure if it was intended or not.
   
   It should be caused by 
https://github.com/apache/hive/commit/65a65826a0d351a3d918bdb98595bdd106d37adb#diff-79277c3cfeb5bc38066fbbe2b90dcee5c870100b8b1e106d53ed0d56817bd0ee
   
   jira ID : https://issues.apache.org/jira/browse/HIVE-15297 
   
   In origin logic
   
https://github.com/apache/hive/blob/b1ca4e3cdb90932189d35a1e20e02a7bd0334920/cli/src/java/org/apache/hadoop/hive/cli/CliDriver.java#L358-L368
   It will directly split command by `;` then if end char is `\` then chop it. 
   
   In this pr, it change the behavior.
   


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