HyukjinKwon commented on a change in pull request #23657: 
[SPARK-26566][PYTHON][SQL] Upgrade Apache Arrow to version 0.12.0
URL: https://github.com/apache/spark/pull/23657#discussion_r251229715
 
 

 ##########
 File path: python/pyspark/serializers.py
 ##########
 @@ -828,6 +828,10 @@ def close(self):
         write_int(-1, self.wrapped)
         self.wrapped.close()
 
+    @property
+    def closed(self):
+        return self.wrapped.closed
 
 Review comment:
   hey @BryanCutler not a big deal but can you add a short comment in case 
people (like me :-) .. ) mistakenly remove this without noticing the context ..

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to