dongjoon-hyun commented on issue #24958: [SPARK-28153][PYTHON] Use AtomicReference at InputFileBlockHolder (to support input_file_name with Python UDF) URL: https://github.com/apache/spark/pull/24958#issuecomment-516943260 Oh, never mind. It seems to be covered by `python3.6` at least. ``` Skipped tests in pyspark.sql.tests.test_dataframe with python3.6: test_create_dataframe_required_pandas_not_found (pyspark.sql.tests.test_dataframe.DataFrameTests) ... SKIP (0.000s) test_to_pandas_required_pandas_not_found (pyspark.sql.tests.test_dataframe.DataFrameTests) ... SKIP (0.000s) Skipped tests in pyspark.streaming.tests.test_kinesis with python3.6: test_kinesis_stream (pyspark.streaming.tests.test_kinesis.KinesisStreamTests) ... SKIP (0.000s) test_kinesis_stream_api (pyspark.streaming.tests.test_kinesis.KinesisStreamTests) ... SKIP (0.000s) Skipped tests in pyspark.tests.test_readwrite with python3.6: test_sequencefiles (pyspark.tests.test_readwrite.InputFormatTests) ... SKIP (0.000s) test_newhadoop_with_array (pyspark.tests.test_readwrite.OutputFormatTests) ... SKIP (0.000s) test_sequencefiles (pyspark.tests.test_readwrite.OutputFormatTests) ... SKIP (0.000s) ```
---------------------------------------------------------------- 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]
