-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-43082][CONNECT][PYTHON] Arrow-optimized Python UDFs in Spark Connect #40725
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
63bb36b
d702b67
01f7190
0fb7712
f46d006
3abeef4
f6fc6e1
63ef94e
86938d5
f5aef18
f313063
5e78632
ac86bf1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -145,7 +145,6 @@ def _create_py_udf( | |
|
|
||
|
|
||
| def _create_arrow_py_udf(f, regular_udf): # type: ignore | ||
|
||
| print("entered _create_arrow_py_udf") | ||
| require_minimum_pandas_version() | ||
| require_minimum_pyarrow_version() | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.