RocMarshal commented on a change in pull request #17222:
URL: https://github.com/apache/flink/pull/17222#discussion_r709784728



##########
File path: docs/content/docs/dev/table/sql/unload.md
##########
@@ -46,7 +46,7 @@ The following examples show how to run a UNLOAD statement in 
`TableEnvironment`.
 {{< /tab >}}
 {{< tab "Python" >}}
 
-UNLOAD statements can be executed with the `executeSql()` method of the 
`TableEnvironment`. The `executeSql()` method returns 'OK' for a successful 
LOAD operation; otherwise it will throw an exception.
+UNLOAD statements can be executed with the `execute_sql()` method of the 
`TableEnvironment`. The `execute_sql()` method returns 'OK' for a successful 
LOAD operation; otherwise it will throw an exception.

Review comment:
       Good catch.




-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to