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

    https://github.com/apache/spark/pull/19249#discussion_r139306038
  
    --- Diff: python/pyspark/sql/types.py ---
    @@ -619,7 +621,8 @@ def fromInternal(self, obj):
                 # it's already converted by pickler
                 return obj
             if self._needSerializeAnyField:
    -            values = [f.fromInternal(v) for f, v in zip(self.fields, obj)]
    +            values = [f.fromInternal(v) if n else v
    --- End diff --
    
    Yea, looks we could too.


---

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

Reply via email to