Skip to content

Commit 1a991b8

Browse files
t0t07dianfu
andauthored
Take suggestion
Co-authored-by: Dian Fu <dianfu@apache.org>
1 parent 40ff67a commit 1a991b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/content/docs/dev/python/table/udfs/python_udfs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ User-defined functions are important features, because they significantly extend
3232

3333
## Bundling UDFs
3434

35-
**NOTE:** To run Python UDFs (as well as Pandas UDF) in any non-local mode, it is strongly recommended to bundle your UDF definitions using the config option [`python-files`]({{< ref "docs/dev/python/python_config" >}}#python-files), if your UDFs live outside of the file where the `main()` function is defined. Otherwise, you may run into `ModuleNotFoundError: No module named 'my_udf'` if you define UDFs in a file called `my_udf.py`.
35+
To run Python UDFs (as well as Pandas UDFs) in any non-local mode, it is strongly recommended to bundle your Python UDF definitions using the config option [`python-files`]({{< ref "docs/dev/python/python_config" >}}#python-files), if your Python UDFs live outside of the file where the `main()` function is defined. Otherwise, you may run into `ModuleNotFoundError: No module named 'my_udf'` if you define Python UDFs in a file called `my_udf.py`.
3636

3737
## Scalar Functions
3838

0 commit comments

Comments
 (0)