You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "qingbo jiao (Jira)" <ji...@apache.org> on 2022/10/08 03:23:00 UTC

[jira] [Created] (FLINK-29542) Unload.md wrongly writes UNLOAD operation as LOAD operation

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)