dianfu commented on a change in pull request #10597:
[FLINK-15270][python][docs] Add documentation about how to specify third-party
dependencies via API for Python UDFs
URL: https://github.com/apache/flink/pull/10597#discussion_r358571664
##########
File path: docs/dev/table/functions/udfs.md
##########
@@ -211,6 +211,76 @@ table_env.register_function("add", add)
# use the function in Python Table API
my_table.select("add(a, b)")
{% endhighlight %}
+
+If the python scalar function depends on other dependencies, you can specify
the dependencies with the following table APIs or through <a href="{{
site.baseurl }}/ops/cli.html#usage">command line</a> directly when submit the
job.
Review comment:
submit -> submitting
----------------------------------------------------------------
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