uros-db commented on code in PR #52871:
URL: https://github.com/apache/spark/pull/52871#discussion_r2493516473


##########
python/pyspark/sql/conversion.py:
##########
@@ -392,6 +400,34 @@ def convert_variant(value: Any) -> Any:
 
             return convert_variant
 
+        elif isinstance(dataType, GeographyType):
+
+            def convert_geography(value: Any) -> Any:

Review Comment:
   Yes, that's correct. I will be following up shortly with a separate PR to 
add other tests.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to