shaneknapp commented on issue #24379: [SPARK-25079][python][branch-2.4] update python3 executable to 3.6.x URL: https://github.com/apache/spark/pull/24379#issuecomment-483824216 ok... i got py36 + pandas 0.19.2 + pyarrow 0.12.1 to happily install in a test conda env, then i built a spark 2.4.2 dist and ran `python/run-tests` against the tarball. pyspark.sql.tests + py36 + pandas 0.19.2 + pyarrow 0.12.1: 346 tests, errors=21 pyspark.sql.tests + py36 + pandas 0.24.2 + pyarrow 0.12.1: 346 tests, errors=24 the tests that passed w/pandas 0.19.2 (and failed w/0.24.2) are: ``` test_column_order (pyspark.sql.tests.GroupedMapPandasUDFTests) test_complex_groupby (pyspark.sql.tests.GroupedMapPandasUDFTests) test_udf_with_key (pyspark.sql.tests.GroupedMapPandasUDFTests) ``` the tests that failed for both versions of pandas: ``` test_createDataFrame_column_name_encoding (pyspark.sql.tests.EncryptionArrowTests) test_createDataFrame_does_not_modify_input (pyspark.sql.tests.EncryptionArrowTests) test_createDataFrame_respect_session_timezone (pyspark.sql.tests.EncryptionArrowTests) test_createDataFrame_toggle (pyspark.sql.tests.EncryptionArrowTests) test_createDataFrame_with_array_type (pyspark.sql.tests.EncryptionArrowTests) test_createDataFrame_with_incorrect_schema (pyspark.sql.tests.ArrowTests) test_createDataFrame_with_incorrect_schema (pyspark.sql.tests.EncryptionArrowTests) test_createDataFrame_with_int_col_names (pyspark.sql.tests.EncryptionArrowTests) test_createDataFrame_with_names (pyspark.sql.tests.EncryptionArrowTests) test_createDataFrame_with_schema (pyspark.sql.tests.ArrowTests) test_createDataFrame_with_schema (pyspark.sql.tests.EncryptionArrowTests) test_null_conversion (pyspark.sql.tests.ArrowTests) test_null_conversion (pyspark.sql.tests.EncryptionArrowTests) test_pandas_round_trip (pyspark.sql.tests.ArrowTests) test_pandas_round_trip (pyspark.sql.tests.EncryptionArrowTests) test_timestamp_dst (pyspark.sql.tests.EncryptionArrowTests) test_toPandas_arrow_toggle (pyspark.sql.tests.ArrowTests) test_toPandas_arrow_toggle (pyspark.sql.tests.EncryptionArrowTests) test_toPandas_respect_session_timezone (pyspark.sql.tests.ArrowTests) test_toPandas_respect_session_timezone (pyspark.sql.tests.EncryptionArrowTests) test_vectorized_udf_dates (pyspark.sql.tests.ScalarPandasUDFTests) ```
---------------------------------------------------------------- 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]
