You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by cloud-fan <gi...@git.apache.org> on 2017/11/02 13:54:31 UTC

[GitHub] spark pull request #19607: [WIP][SPARK-22395][SQL][PYTHON] Fix the behavior ...

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: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org