qingbo jiao created FLINK-29542:
-----------------------------------
Summary: Unload.md wrongly writes UNLOAD operation as LOAD
operation
Key: FLINK-29542
URL: https://issues.apache.org/jira/browse/FLINK-29542
Project: Flink
Issue Type: Improvement
Components: Documentation
Affects Versions: 1.17.0
Reporter: qingbo jiao
UNLOAD statements can be executed with the {{executeSql()}} method of the
{{{}TableEnvironment{}}}. The {{executeSql()}} method returns ‘OK’ for a
successful {color:#FF0000}LOAD{color} operation; otherwise it will throw an
exception.
which should be {color:#FF0000}UNLOAD {color}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)