xuefuz commented on issue #8727: [FLINK-12828][sql-client] Support -f option with a sql script file as… URL: https://github.com/apache/flink/pull/8727#issuecomment-524951457 @docete Thanks for the contribution and sharing your thoughts. While I know there is another ticket dealing with multi-command line separated by ';', I think that's slightly different from supporting multiple commands in a file. I understand we can hack it by treating them the same. The right approach should be to read the file line by line, and process commands as we see them in the process, rather than treating the whole file as a multi-command line.
---------------------------------------------------------------- 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] With regards, Apache Git Services
