You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by ueshin <gi...@git.apache.org> on 2018/02/12 09:43:12 UTC

[GitHub] spark pull request #20295: [SPARK-23011] Support alternative function form w...

Github user ueshin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20295#discussion_r167501868
  
    --- Diff: python/pyspark/sql/types.py ---
    @@ -1694,6 +1694,13 @@ def from_arrow_schema(arrow_schema):
              for field in arrow_schema])
     
     
    +def _check_series_convert_date(series, data_type):
    --- End diff --
    
    Do we need some documents here as well?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org