[
https://issues.apache.org/jira/browse/FLINK-13790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16911941#comment-16911941
]
Zhenghua Gao commented on FLINK-13790:
--------------------------------------
[~jark]
-e means execute SQL from command line, without entering an interactive
interface.
sql-client.sh embedded -e "query-string" would execute the SQL query, print
results and exit.
> Support -e option with a sql script file as input
> -------------------------------------------------
>
> Key: FLINK-13790
> URL: https://issues.apache.org/jira/browse/FLINK-13790
> Project: Flink
> Issue Type: Sub-task
> Components: Command Line Client
> Reporter: Bowen Li
> Assignee: Zhenghua Gao
> Priority: Major
> Fix For: 1.10.0
>
>
> We expect user to run SQL directly on the command line. Something like:
> sql-client embedded -f "query in string", which will execute the given file
> without entering interactive mode
> This is related to FLINK-12828.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)