Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/19607#discussion_r148538507
--- Diff: python/pyspark/sql/types.py ---
@@ -1629,35 +1629,121 @@ def to_arrow_type(dt):
return arrow_type
-def _check_dataframe_localize_timestamps(pdf):
+def to_arrow_schema(schema):
--- End diff --
where do we use this method?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]