Skip to content

Commit 57608d1

Browse files
committed
newline
1 parent 27162f8 commit 57608d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,4 +556,5 @@ class ListViewConcatTableAggregateFunction(TableAggregateFunction):
556556

557557
## Bundling UDFs
558558

559-
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`.
559+
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.
560+
Otherwise, you may run into `ModuleNotFoundError: No module named 'my_udf'` if you define Python UDFs in a file called `my_udf.py`.

0 commit comments

Comments
 (0)