dongjoon-hyun commented on a change in pull request #25321: 
[SPARK-28153][PYTHON][BRANCH-2.4] Use AtomicReference at InputFileBlockHolder 
(to support input_file_name with Python UDF)
URL: https://github.com/apache/spark/pull/25321#discussion_r309488096
 
 

 ##########
 File path: python/pyspark/sql/tests.py
 ##########
 @@ -847,6 +847,14 @@ def test_input_file_name_reset_for_rdd(self):
         for result in results:
             self.assertEqual(result[0], '')
 
+    def test_input_file_name_udf(self):
 
 Review comment:
   Got it~

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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