Closed sebbegg closed 1 month ago
This PR enables the python dataframe api to be used in spark-connect sessions. See https://github.com/apache/sedona/issues/1619 for the current status.
tests/sql/test_dataframe_api.py
Sebastian Eckweiler (sebastian.eckweiler@mercedes-benz.com), Mercedes-Benz AG on behalf of MBition GmbH (More Info)
Switched to use UnresolvedFunction instead of CallFunction which is only available for spark >= 3.5. UnresolvedFunction seems "stable" in that it exists in spark >= 3.4, including the 4.0 preview releases.
UnresolvedFunction
CallFunction
Did you read the Contributor Guide?
Is this PR related to a JIRA ticket?
What changes were proposed in this PR?
This PR enables the python dataframe api to be used in spark-connect sessions. See https://github.com/apache/sedona/issues/1619 for the current status.
How was this patch tested?
tests/sql/test_dataframe_api.py
locally against a (dockerized) spark connect session using sedona 1.6.1.Did this PR include necessary documentation updates?
Sebastian Eckweiler (sebastian.eckweiler@mercedes-benz.com), Mercedes-Benz AG on behalf of MBition GmbH (More Info)