HyukjinKwon commented on pull request #31470:
URL: https://github.com/apache/spark/pull/31470#issuecomment-811618571
I think we should install pandas / pyarrow in jenkins machines:
```
Skipped tests in pyspark.sql.tests.test_arrow with pypy3:
test_createDataFrame_column_name_encoding
(pyspark.sql.tests.test_arrow.ArrowTests) ... skipped 'Pandas >= 0.23.2 must be
installed; however, it was not found.'
test_createDataFrame_does_not_modify_input
(pyspark.sql.tests.test_arrow.ArrowTests) ... skipped 'Pandas >= 0.23.2 must be
installed; however, it was not found.'
test_createDataFrame_empty_partition
(pyspark.sql.tests.test_arrow.ArrowTests) ... skipped 'Pandas >= 0.23.2 must be
installed; however, it was not found.'
test_createDataFrame_fallback_disabled
(pyspark.sql.tests.test_arrow.ArrowTests) ... skipped 'Pandas >= 0.23.2 must be
installed; however, it was not found.'
test_createDataFrame_fallback_enabled
(pyspark.sql.tests.test_arrow.ArrowTests) ... skipped 'Pandas >= 0.23.2 must be
installed; however, it was not found.'
test_createDataFrame_respect_session_timezone
(pyspark.sql.tests.test_arrow.ArrowTests) ... skipped 'Pandas >= 0.23.2 must be
installed; however, it was not found.'
test_createDataFrame_toggle (pyspark.sql.tests.test_arrow.ArrowTests)
... skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_createDataFrame_with_array_type
(pyspark.sql.tests.test_arrow.ArrowTests) ... skipped 'Pandas >= 0.23.2 must be
installed; however, it was not found.'
test_createDataFrame_with_float_index
(pyspark.sql.tests.test_arrow.ArrowTests) ... skipped 'Pandas >= 0.23.2 must be
installed; however, it was not found.'
test_createDataFrame_with_incorrect_schema
(pyspark.sql.tests.test_arrow.ArrowTests) ... skipped 'Pandas >= 0.23.2 must be
installed; however, it was not found.'
test_createDataFrame_with_int_col_names
(pyspark.sql.tests.test_arrow.ArrowTests) ... skipped 'Pandas >= 0.23.2 must be
installed; however, it was not found.'
test_createDataFrame_with_map_type
(pyspark.sql.tests.test_arrow.ArrowTests) ... skipped 'Pandas >= 0.23.2 must be
installed; however, it was not found.'
test_createDataFrame_with_names
(pyspark.sql.tests.test_arrow.ArrowTests) ... skipped 'Pandas >= 0.23.2 must be
installed; however, it was not found.'
test_createDataFrame_with_schema
(pyspark.sql.tests.test_arrow.ArrowTests) ... skipped 'Pandas >= 0.23.2 must be
installed; however, it was not found.'
test_createDataFrame_with_single_data_type
(pyspark.sql.tests.test_arrow.ArrowTests) ... skipped 'Pandas >= 0.23.2 must be
installed; however, it was not found.'
test_createDateFrame_with_category_type
(pyspark.sql.tests.test_arrow.ArrowTests) ... skipped 'Pandas >= 0.23.2 must be
installed; however, it was not found.'
test_filtered_frame (pyspark.sql.tests.test_arrow.ArrowTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_no_partition_frame (pyspark.sql.tests.test_arrow.ArrowTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_no_partition_toPandas (pyspark.sql.tests.test_arrow.ArrowTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_null_conversion (pyspark.sql.tests.test_arrow.ArrowTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_pandas_round_trip (pyspark.sql.tests.test_arrow.ArrowTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_pandas_self_destruct (pyspark.sql.tests.test_arrow.ArrowTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_propagates_spark_exception
(pyspark.sql.tests.test_arrow.ArrowTests) ... skipped 'Pandas >= 0.23.2 must be
installed; however, it was not found.'
test_schema_conversion_roundtrip
(pyspark.sql.tests.test_arrow.ArrowTests) ... skipped 'Pandas >= 0.23.2 must be
installed; however, it was not found.'
test_timestamp_dst (pyspark.sql.tests.test_arrow.ArrowTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_timestamp_nat (pyspark.sql.tests.test_arrow.ArrowTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_toPandas_arrow_toggle (pyspark.sql.tests.test_arrow.ArrowTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_toPandas_batch_order (pyspark.sql.tests.test_arrow.ArrowTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_toPandas_fallback_disabled
(pyspark.sql.tests.test_arrow.ArrowTests) ... skipped 'Pandas >= 0.23.2 must be
installed; however, it was not found.'
test_toPandas_fallback_enabled (pyspark.sql.tests.test_arrow.ArrowTests)
... skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_toPandas_respect_session_timezone
(pyspark.sql.tests.test_arrow.ArrowTests) ... skipped 'Pandas >= 0.23.2 must be
installed; however, it was not found.'
test_toPandas_with_array_type (pyspark.sql.tests.test_arrow.ArrowTests)
... skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_toPandas_with_map_type (pyspark.sql.tests.test_arrow.ArrowTests)
... skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_toPandas_with_map_type_nulls
(pyspark.sql.tests.test_arrow.ArrowTests) ... skipped 'Pandas >= 0.23.2 must be
installed; however, it was not found.'
test_createDataFrame_column_name_encoding
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... skipped 'Pandas >=
0.23.2 must be installed; however, it was not found.'
test_createDataFrame_does_not_modify_input
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... skipped 'Pandas >=
0.23.2 must be installed; however, it was not found.'
test_createDataFrame_empty_partition
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... skipped 'Pandas >=
0.23.2 must be installed; however, it was not found.'
test_createDataFrame_fallback_disabled
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... skipped 'Pandas >=
0.23.2 must be installed; however, it was not found.'
test_createDataFrame_fallback_enabled
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... skipped 'Pandas >=
0.23.2 must be installed; however, it was not found.'
test_createDataFrame_respect_session_timezone
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... skipped 'Pandas >=
0.23.2 must be installed; however, it was not found.'
test_createDataFrame_toggle
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... skipped 'Pandas >=
0.23.2 must be installed; however, it was not found.'
test_createDataFrame_with_array_type
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... skipped 'Pandas >=
0.23.2 must be installed; however, it was not found.'
test_createDataFrame_with_float_index
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... skipped 'Pandas >=
0.23.2 must be installed; however, it was not found.'
test_createDataFrame_with_incorrect_schema
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... skipped 'Pandas >=
0.23.2 must be installed; however, it was not found.'
test_createDataFrame_with_int_col_names
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... skipped 'Pandas >=
0.23.2 must be installed; however, it was not found.'
test_createDataFrame_with_map_type
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... skipped 'Pandas >=
0.23.2 must be installed; however, it was not found.'
test_createDataFrame_with_names
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... skipped 'Pandas >=
0.23.2 must be installed; however, it was not found.'
test_createDataFrame_with_schema
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... skipped 'Pandas >=
0.23.2 must be installed; however, it was not found.'
test_createDataFrame_with_single_data_type
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... skipped 'Pandas >=
0.23.2 must be installed; however, it was not found.'
test_createDateFrame_with_category_type
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... skipped 'Pandas >=
0.23.2 must be installed; however, it was not found.'
test_filtered_frame (pyspark.sql.tests.test_arrow.EncryptionArrowTests)
... skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_no_partition_frame
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... skipped 'Pandas >=
0.23.2 must be installed; however, it was not found.'
test_no_partition_toPandas
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... skipped 'Pandas >=
0.23.2 must be installed; however, it was not found.'
test_null_conversion (pyspark.sql.tests.test_arrow.EncryptionArrowTests)
... skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_pandas_round_trip
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... skipped 'Pandas >=
0.23.2 must be installed; however, it was not found.'
test_pandas_self_destruct
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... skipped 'Pandas >=
0.23.2 must be installed; however, it was not found.'
test_propagates_spark_exception
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... skipped 'Pandas >=
0.23.2 must be installed; however, it was not found.'
test_schema_conversion_roundtrip
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... skipped 'Pandas >=
0.23.2 must be installed; however, it was not found.'
test_timestamp_dst (pyspark.sql.tests.test_arrow.EncryptionArrowTests)
... skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_timestamp_nat (pyspark.sql.tests.test_arrow.EncryptionArrowTests)
... skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_toPandas_arrow_toggle
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... skipped 'Pandas >=
0.23.2 must be installed; however, it was not found.'
test_toPandas_batch_order
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... skipped 'Pandas >=
0.23.2 must be installed; however, it was not found.'
test_toPandas_fallback_disabled
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... skipped 'Pandas >=
0.23.2 must be installed; however, it was not found.'
test_toPandas_fallback_enabled
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... skipped 'Pandas >=
0.23.2 must be installed; however, it was not found.'
test_toPandas_respect_session_timezone
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... skipped 'Pandas >=
0.23.2 must be installed; however, it was not found.'
test_toPandas_with_array_type
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... skipped 'Pandas >=
0.23.2 must be installed; however, it was not found.'
test_toPandas_with_map_type
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... skipped 'Pandas >=
0.23.2 must be installed; however, it was not found.'
test_toPandas_with_map_type_nulls
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... skipped 'Pandas >=
0.23.2 must be installed; however, it was not found.'
test_exception_by_max_results
(pyspark.sql.tests.test_arrow.MaxResultArrowTests) ... skipped 'Pandas >=
0.23.2 must be installed; however, it was not found.'
Skipped tests in pyspark.sql.tests.test_dataframe with pypy3:
test_create_dataframe_from_pandas_with_dst
(pyspark.sql.tests.test_dataframe.DataFrameTests) ... skipped 'Pandas >= 0.23.2
must be installed; however, it was not found.'
test_create_dataframe_from_pandas_with_timestamp
(pyspark.sql.tests.test_dataframe.DataFrameTests) ... skipped 'Pandas >= 0.23.2
must be installed; however, it was not found.'
test_to_pandas (pyspark.sql.tests.test_dataframe.DataFrameTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_to_pandas_avoid_astype
(pyspark.sql.tests.test_dataframe.DataFrameTests) ... skipped 'Pandas >= 0.23.2
must be installed; however, it was not found.'
test_to_pandas_from_empty_dataframe
(pyspark.sql.tests.test_dataframe.DataFrameTests) ... skipped 'Pandas >= 0.23.2
must be installed; however, it was not found.'
test_to_pandas_from_mixed_dataframe
(pyspark.sql.tests.test_dataframe.DataFrameTests) ... skipped 'Pandas >= 0.23.2
must be installed; however, it was not found.'
test_to_pandas_from_null_dataframe
(pyspark.sql.tests.test_dataframe.DataFrameTests) ... skipped 'Pandas >= 0.23.2
must be installed; however, it was not found.'
test_to_pandas_on_cross_join
(pyspark.sql.tests.test_dataframe.DataFrameTests) ... skipped 'Pandas >= 0.23.2
must be installed; however, it was not found.'
test_to_pandas_with_duplicated_column_names
(pyspark.sql.tests.test_dataframe.DataFrameTests) ... skipped 'Pandas >= 0.23.2
must be installed; however, it was not found.'
test_query_execution_listener_on_collect_with_arrow
(pyspark.sql.tests.test_dataframe.QueryExecutionListenerTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
Skipped tests in pyspark.sql.tests.test_pandas_cogrouped_map with pypy3:
test_case_insensitive_grouping_column
(pyspark.sql.tests.test_pandas_cogrouped_map.CogroupedMapInPandasTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_complex_group_by
(pyspark.sql.tests.test_pandas_cogrouped_map.CogroupedMapInPandasTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_different_schemas
(pyspark.sql.tests.test_pandas_cogrouped_map.CogroupedMapInPandasTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_empty_group_by
(pyspark.sql.tests.test_pandas_cogrouped_map.CogroupedMapInPandasTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_left_group_empty
(pyspark.sql.tests.test_pandas_cogrouped_map.CogroupedMapInPandasTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_mixed_scalar_udfs_followed_by_cogrouby_apply
(pyspark.sql.tests.test_pandas_cogrouped_map.CogroupedMapInPandasTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_right_group_empty
(pyspark.sql.tests.test_pandas_cogrouped_map.CogroupedMapInPandasTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_self_join
(pyspark.sql.tests.test_pandas_cogrouped_map.CogroupedMapInPandasTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_simple
(pyspark.sql.tests.test_pandas_cogrouped_map.CogroupedMapInPandasTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_with_key_complex
(pyspark.sql.tests.test_pandas_cogrouped_map.CogroupedMapInPandasTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_with_key_left
(pyspark.sql.tests.test_pandas_cogrouped_map.CogroupedMapInPandasTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_with_key_left_group_empty
(pyspark.sql.tests.test_pandas_cogrouped_map.CogroupedMapInPandasTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_with_key_right
(pyspark.sql.tests.test_pandas_cogrouped_map.CogroupedMapInPandasTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_with_key_right_group_empty
(pyspark.sql.tests.test_pandas_cogrouped_map.CogroupedMapInPandasTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_wrong_args
(pyspark.sql.tests.test_pandas_cogrouped_map.CogroupedMapInPandasTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_wrong_return_type
(pyspark.sql.tests.test_pandas_cogrouped_map.CogroupedMapInPandasTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
Skipped tests in pyspark.sql.tests.test_pandas_grouped_map with pypy3:
test_array_type_correct
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_case_insensitive_grouping_column
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_coerce
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_column_order
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_complex_groupby
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_datatype_string
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_decorator
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_empty_groupby
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_grouped_over_window
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_grouped_over_window_with_key
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_grouped_with_empty_partition
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_mixed_scalar_udfs_followed_by_groupby_apply
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_positional_assignment_conf
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_register_grouped_map_udf
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_self_join_with_pandas
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_supported_types
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_timestamp_dst
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_udf_with_key
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_unsupported_types
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_wrong_args
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_wrong_return_type
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
Skipped tests in pyspark.sql.tests.test_pandas_map with pypy3:
test_chain_map_partitions_in_pandas
(pyspark.sql.tests.test_pandas_map.MapInPandasTests) ... skipped 'Pandas >=
0.23.2 must be installed; however, it was not found.'
test_different_output_length
(pyspark.sql.tests.test_pandas_map.MapInPandasTests) ... skipped 'Pandas >=
0.23.2 must be installed; however, it was not found.'
test_empty_iterator (pyspark.sql.tests.test_pandas_map.MapInPandasTests)
... skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_empty_rows (pyspark.sql.tests.test_pandas_map.MapInPandasTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_map_partitions_in_pandas
(pyspark.sql.tests.test_pandas_map.MapInPandasTests) ... skipped 'Pandas >=
0.23.2 must be installed; however, it was not found.'
test_multiple_columns
(pyspark.sql.tests.test_pandas_map.MapInPandasTests) ... skipped 'Pandas >=
0.23.2 must be installed; however, it was not found.'
test_self_join (pyspark.sql.tests.test_pandas_map.MapInPandasTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
Skipped tests in pyspark.sql.tests.test_pandas_udf with pypy3:
test_pandas_udf_arrow_overflow
(pyspark.sql.tests.test_pandas_udf.PandasUDFTests) ... skipped 'Pandas >=
0.23.2 must be installed; however, it was not found.'
test_pandas_udf_basic (pyspark.sql.tests.test_pandas_udf.PandasUDFTests)
... skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_pandas_udf_decorator
(pyspark.sql.tests.test_pandas_udf.PandasUDFTests) ... skipped 'Pandas >=
0.23.2 must be installed; however, it was not found.'
test_pandas_udf_detect_unsafe_type_conversion
(pyspark.sql.tests.test_pandas_udf.PandasUDFTests) ... skipped 'Pandas >=
0.23.2 must be installed; however, it was not found.'
test_stopiteration_in_udf
(pyspark.sql.tests.test_pandas_udf.PandasUDFTests) ... skipped 'Pandas >=
0.23.2 must be installed; however, it was not found.'
test_udf_wrong_arg (pyspark.sql.tests.test_pandas_udf.PandasUDFTests)
... skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
Skipped tests in pyspark.sql.tests.test_pandas_udf_grouped_agg with pypy3:
test_alias
(pyspark.sql.tests.test_pandas_udf_grouped_agg.GroupedAggPandasUDFTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_array_type
(pyspark.sql.tests.test_pandas_udf_grouped_agg.GroupedAggPandasUDFTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_basic
(pyspark.sql.tests.test_pandas_udf_grouped_agg.GroupedAggPandasUDFTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_complex_expressions
(pyspark.sql.tests.test_pandas_udf_grouped_agg.GroupedAggPandasUDFTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_complex_groupby
(pyspark.sql.tests.test_pandas_udf_grouped_agg.GroupedAggPandasUDFTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_grouped_with_empty_partition
(pyspark.sql.tests.test_pandas_udf_grouped_agg.GroupedAggPandasUDFTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_grouped_without_group_by_clause
(pyspark.sql.tests.test_pandas_udf_grouped_agg.GroupedAggPandasUDFTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_invalid_args
(pyspark.sql.tests.test_pandas_udf_grouped_agg.GroupedAggPandasUDFTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_manual
(pyspark.sql.tests.test_pandas_udf_grouped_agg.GroupedAggPandasUDFTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_mixed_sql
(pyspark.sql.tests.test_pandas_udf_grouped_agg.GroupedAggPandasUDFTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_mixed_udfs
(pyspark.sql.tests.test_pandas_udf_grouped_agg.GroupedAggPandasUDFTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_multiple_udfs
(pyspark.sql.tests.test_pandas_udf_grouped_agg.GroupedAggPandasUDFTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_no_predicate_pushdown_through
(pyspark.sql.tests.test_pandas_udf_grouped_agg.GroupedAggPandasUDFTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_register_vectorized_udf_basic
(pyspark.sql.tests.test_pandas_udf_grouped_agg.GroupedAggPandasUDFTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_retain_group_columns
(pyspark.sql.tests.test_pandas_udf_grouped_agg.GroupedAggPandasUDFTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_unsupported_types
(pyspark.sql.tests.test_pandas_udf_grouped_agg.GroupedAggPandasUDFTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
Skipped tests in pyspark.sql.tests.test_pandas_udf_scalar with pypy3:
test_datasource_with_udf
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_mixed_udf
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_mixed_udf_and_sql
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_nondeterministic_vectorized_udf
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_nondeterministic_vectorized_udf_in_aggregate
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_pandas_udf_nested_arrays
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_pandas_udf_tokenize
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_register_nondeterministic_vectorized_udf_basic
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_register_vectorized_udf_basic
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_scalar_iter_udf_close
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_scalar_iter_udf_close_early
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_scalar_iter_udf_init
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_timestamp_dst
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_type_annotation
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_udf_category_type
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_vectorized_udf_array_type
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_vectorized_udf_basic
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_vectorized_udf_chained
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_vectorized_udf_chained_struct_type
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_vectorized_udf_check_config
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_vectorized_udf_complex
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_vectorized_udf_datatype_string
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_vectorized_udf_dates
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_vectorized_udf_decorator
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_vectorized_udf_empty_partition
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_vectorized_udf_exception
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_vectorized_udf_invalid_length
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_vectorized_udf_map_type
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_vectorized_udf_nested_struct
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_vectorized_udf_null_array
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_vectorized_udf_null_binary
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_vectorized_udf_null_boolean
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_vectorized_udf_null_byte
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_vectorized_udf_null_decimal
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_vectorized_udf_null_double
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_vectorized_udf_null_float
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_vectorized_udf_null_int
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_vectorized_udf_null_long
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_vectorized_udf_null_short
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_vectorized_udf_null_string
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_vectorized_udf_return_scalar
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_vectorized_udf_return_timestamp_tz
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_vectorized_udf_string_in_udf
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_vectorized_udf_struct_complex
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_vectorized_udf_struct_type
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_vectorized_udf_struct_with_empty_partition
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_vectorized_udf_timestamps
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_vectorized_udf_timestamps_respect_session_timezone
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_vectorized_udf_unsupported_types
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_vectorized_udf_varargs
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_vectorized_udf_wrong_return_type
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
Skipped tests in pyspark.sql.tests.test_pandas_udf_typehints with pypy3:
test_group_agg_udf_type_hint
(pyspark.sql.tests.test_pandas_udf_typehints.PandasUDFTypeHintsTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_ignore_type_hint_in_cogroup_apply_in_pandas
(pyspark.sql.tests.test_pandas_udf_typehints.PandasUDFTypeHintsTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_ignore_type_hint_in_group_apply_in_pandas
(pyspark.sql.tests.test_pandas_udf_typehints.PandasUDFTypeHintsTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_ignore_type_hint_in_map_in_pandas
(pyspark.sql.tests.test_pandas_udf_typehints.PandasUDFTypeHintsTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_scalar_iter_udf_type_hint
(pyspark.sql.tests.test_pandas_udf_typehints.PandasUDFTypeHintsTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_scalar_udf_type_hint
(pyspark.sql.tests.test_pandas_udf_typehints.PandasUDFTypeHintsTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_type_annotation_group_agg
(pyspark.sql.tests.test_pandas_udf_typehints.PandasUDFTypeHintsTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_type_annotation_negative
(pyspark.sql.tests.test_pandas_udf_typehints.PandasUDFTypeHintsTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_type_annotation_scalar
(pyspark.sql.tests.test_pandas_udf_typehints.PandasUDFTypeHintsTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_type_annotation_scalar_iter
(pyspark.sql.tests.test_pandas_udf_typehints.PandasUDFTypeHintsTests) ...
skipped 'Pandas >= 0.23.2 must be installed; however, it was not found.'
Skipped tests in pyspark.sql.tests.test_pandas_udf_window with pypy3:
test_array_type
(pyspark.sql.tests.test_pandas_udf_window.WindowPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_bounded_mixed
(pyspark.sql.tests.test_pandas_udf_window.WindowPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_bounded_simple
(pyspark.sql.tests.test_pandas_udf_window.WindowPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_growing_window
(pyspark.sql.tests.test_pandas_udf_window.WindowPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_invalid_args
(pyspark.sql.tests.test_pandas_udf_window.WindowPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_mixed_sql
(pyspark.sql.tests.test_pandas_udf_window.WindowPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_mixed_sql_and_udf
(pyspark.sql.tests.test_pandas_udf_window.WindowPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_mixed_udf
(pyspark.sql.tests.test_pandas_udf_window.WindowPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_multiple_udfs
(pyspark.sql.tests.test_pandas_udf_window.WindowPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_replace_existing
(pyspark.sql.tests.test_pandas_udf_window.WindowPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_shrinking_window
(pyspark.sql.tests.test_pandas_udf_window.WindowPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_simple
(pyspark.sql.tests.test_pandas_udf_window.WindowPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_sliding_window
(pyspark.sql.tests.test_pandas_udf_window.WindowPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
test_without_partitionBy
(pyspark.sql.tests.test_pandas_udf_window.WindowPandasUDFTests) ... skipped
'Pandas >= 0.23.2 must be installed; however, it was not found.'
Skipped tests in pyspark.sql.tests.test_arrow with python3.6:
test_createDataFrame_column_name_encoding
(pyspark.sql.tests.test_arrow.ArrowTests) ... SKIP (0.000s)
test_createDataFrame_does_not_modify_input
(pyspark.sql.tests.test_arrow.ArrowTests) ... SKIP (0.000s)
test_createDataFrame_empty_partition
(pyspark.sql.tests.test_arrow.ArrowTests) ... SKIP (0.000s)
test_createDataFrame_fallback_disabled
(pyspark.sql.tests.test_arrow.ArrowTests) ... SKIP (0.000s)
test_createDataFrame_fallback_enabled
(pyspark.sql.tests.test_arrow.ArrowTests) ... SKIP (0.000s)
test_createDataFrame_respect_session_timezone
(pyspark.sql.tests.test_arrow.ArrowTests) ... SKIP (0.000s)
test_createDataFrame_toggle (pyspark.sql.tests.test_arrow.ArrowTests)
... SKIP (0.000s)
test_createDataFrame_with_array_type
(pyspark.sql.tests.test_arrow.ArrowTests) ... SKIP (0.000s)
test_createDataFrame_with_float_index
(pyspark.sql.tests.test_arrow.ArrowTests) ... SKIP (0.000s)
test_createDataFrame_with_incorrect_schema
(pyspark.sql.tests.test_arrow.ArrowTests) ... SKIP (0.000s)
test_createDataFrame_with_int_col_names
(pyspark.sql.tests.test_arrow.ArrowTests) ... SKIP (0.000s)
test_createDataFrame_with_map_type
(pyspark.sql.tests.test_arrow.ArrowTests) ... SKIP (0.000s)
test_createDataFrame_with_names
(pyspark.sql.tests.test_arrow.ArrowTests) ... SKIP (0.000s)
test_createDataFrame_with_schema
(pyspark.sql.tests.test_arrow.ArrowTests) ... SKIP (0.000s)
test_createDataFrame_with_single_data_type
(pyspark.sql.tests.test_arrow.ArrowTests) ... SKIP (0.000s)
test_createDateFrame_with_category_type
(pyspark.sql.tests.test_arrow.ArrowTests) ... SKIP (0.000s)
test_filtered_frame (pyspark.sql.tests.test_arrow.ArrowTests) ... SKIP
(0.000s)
test_no_partition_frame (pyspark.sql.tests.test_arrow.ArrowTests) ...
SKIP (0.000s)
test_no_partition_toPandas (pyspark.sql.tests.test_arrow.ArrowTests)
... SKIP (0.000s)
test_null_conversion (pyspark.sql.tests.test_arrow.ArrowTests) ...
SKIP (0.000s)
test_pandas_round_trip (pyspark.sql.tests.test_arrow.ArrowTests) ...
SKIP (0.000s)
test_pandas_self_destruct (pyspark.sql.tests.test_arrow.ArrowTests)
... SKIP (0.000s)
test_propagates_spark_exception
(pyspark.sql.tests.test_arrow.ArrowTests) ... SKIP (0.000s)
test_schema_conversion_roundtrip
(pyspark.sql.tests.test_arrow.ArrowTests) ... SKIP (0.000s)
test_timestamp_dst (pyspark.sql.tests.test_arrow.ArrowTests) ... SKIP
(0.000s)
test_timestamp_nat (pyspark.sql.tests.test_arrow.ArrowTests) ... SKIP
(0.000s)
test_toPandas_arrow_toggle (pyspark.sql.tests.test_arrow.ArrowTests)
... SKIP (0.000s)
test_toPandas_batch_order (pyspark.sql.tests.test_arrow.ArrowTests)
... SKIP (0.000s)
test_toPandas_fallback_disabled
(pyspark.sql.tests.test_arrow.ArrowTests) ... SKIP (0.000s)
test_toPandas_fallback_enabled
(pyspark.sql.tests.test_arrow.ArrowTests) ... SKIP (0.000s)
test_toPandas_respect_session_timezone
(pyspark.sql.tests.test_arrow.ArrowTests) ... SKIP (0.000s)
test_toPandas_with_array_type
(pyspark.sql.tests.test_arrow.ArrowTests) ... SKIP (0.000s)
test_toPandas_with_map_type (pyspark.sql.tests.test_arrow.ArrowTests)
... SKIP (0.000s)
test_toPandas_with_map_type_nulls
(pyspark.sql.tests.test_arrow.ArrowTests) ... SKIP (0.000s)
test_createDataFrame_column_name_encoding
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... SKIP (0.000s)
test_createDataFrame_does_not_modify_input
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... SKIP (0.000s)
test_createDataFrame_empty_partition
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... SKIP (0.000s)
test_createDataFrame_fallback_disabled
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... SKIP (0.000s)
test_createDataFrame_fallback_enabled
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... SKIP (0.000s)
test_createDataFrame_respect_session_timezone
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... SKIP (0.000s)
test_createDataFrame_toggle
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... SKIP (0.000s)
test_createDataFrame_with_array_type
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... SKIP (0.000s)
test_createDataFrame_with_float_index
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... SKIP (0.000s)
test_createDataFrame_with_incorrect_schema
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... SKIP (0.000s)
test_createDataFrame_with_int_col_names
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... SKIP (0.000s)
test_createDataFrame_with_map_type
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... SKIP (0.000s)
test_createDataFrame_with_names
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... SKIP (0.000s)
test_createDataFrame_with_schema
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... SKIP (0.000s)
test_createDataFrame_with_single_data_type
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... SKIP (0.000s)
test_createDateFrame_with_category_type
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... SKIP (0.000s)
test_filtered_frame
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... SKIP (0.000s)
test_no_partition_frame
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... SKIP (0.000s)
test_no_partition_toPandas
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... SKIP (0.000s)
test_null_conversion
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... SKIP (0.000s)
test_pandas_round_trip
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... SKIP (0.000s)
test_pandas_self_destruct
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... SKIP (0.000s)
test_propagates_spark_exception
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... SKIP (0.000s)
test_schema_conversion_roundtrip
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... SKIP (0.000s)
test_timestamp_dst (pyspark.sql.tests.test_arrow.EncryptionArrowTests)
... SKIP (0.000s)
test_timestamp_nat (pyspark.sql.tests.test_arrow.EncryptionArrowTests)
... SKIP (0.000s)
test_toPandas_arrow_toggle
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... SKIP (0.000s)
test_toPandas_batch_order
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... SKIP (0.000s)
test_toPandas_fallback_disabled
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... SKIP (0.000s)
test_toPandas_fallback_enabled
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... SKIP (0.000s)
test_toPandas_respect_session_timezone
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... SKIP (0.000s)
test_toPandas_with_array_type
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... SKIP (0.000s)
test_toPandas_with_map_type
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... SKIP (0.000s)
test_toPandas_with_map_type_nulls
(pyspark.sql.tests.test_arrow.EncryptionArrowTests) ... SKIP (0.000s)
test_exception_by_max_results
(pyspark.sql.tests.test_arrow.MaxResultArrowTests) ... SKIP (0.000s)
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)
test_query_execution_listener_on_collect_with_arrow
(pyspark.sql.tests.test_dataframe.QueryExecutionListenerTests) ... SKIP (0.000s)
Skipped tests in pyspark.sql.tests.test_pandas_cogrouped_map with python3.6:
test_case_insensitive_grouping_column
(pyspark.sql.tests.test_pandas_cogrouped_map.CogroupedMapInPandasTests) ...
SKIP (0.000s)
test_complex_group_by
(pyspark.sql.tests.test_pandas_cogrouped_map.CogroupedMapInPandasTests) ...
SKIP (0.000s)
test_different_schemas
(pyspark.sql.tests.test_pandas_cogrouped_map.CogroupedMapInPandasTests) ...
SKIP (0.000s)
test_empty_group_by
(pyspark.sql.tests.test_pandas_cogrouped_map.CogroupedMapInPandasTests) ...
SKIP (0.000s)
test_left_group_empty
(pyspark.sql.tests.test_pandas_cogrouped_map.CogroupedMapInPandasTests) ...
SKIP (0.000s)
test_mixed_scalar_udfs_followed_by_cogrouby_apply
(pyspark.sql.tests.test_pandas_cogrouped_map.CogroupedMapInPandasTests) ...
SKIP (0.000s)
test_right_group_empty
(pyspark.sql.tests.test_pandas_cogrouped_map.CogroupedMapInPandasTests) ...
SKIP (0.000s)
test_self_join
(pyspark.sql.tests.test_pandas_cogrouped_map.CogroupedMapInPandasTests) ...
SKIP (0.000s)
test_simple
(pyspark.sql.tests.test_pandas_cogrouped_map.CogroupedMapInPandasTests) ...
SKIP (0.000s)
test_with_key_complex
(pyspark.sql.tests.test_pandas_cogrouped_map.CogroupedMapInPandasTests) ...
SKIP (0.000s)
test_with_key_left
(pyspark.sql.tests.test_pandas_cogrouped_map.CogroupedMapInPandasTests) ...
SKIP (0.000s)
test_with_key_left_group_empty
(pyspark.sql.tests.test_pandas_cogrouped_map.CogroupedMapInPandasTests) ...
SKIP (0.000s)
test_with_key_right
(pyspark.sql.tests.test_pandas_cogrouped_map.CogroupedMapInPandasTests) ...
SKIP (0.000s)
test_with_key_right_group_empty
(pyspark.sql.tests.test_pandas_cogrouped_map.CogroupedMapInPandasTests) ...
SKIP (0.000s)
test_wrong_args
(pyspark.sql.tests.test_pandas_cogrouped_map.CogroupedMapInPandasTests) ...
SKIP (0.000s)
test_wrong_return_type
(pyspark.sql.tests.test_pandas_cogrouped_map.CogroupedMapInPandasTests) ...
SKIP (0.000s)
Skipped tests in pyspark.sql.tests.test_pandas_grouped_map with python3.6:
test_array_type_correct
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... SKIP
(0.000s)
test_case_insensitive_grouping_column
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... SKIP
(0.000s)
test_coerce
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... SKIP
(0.000s)
test_column_order
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... SKIP
(0.000s)
test_complex_groupby
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... SKIP
(0.000s)
test_datatype_string
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... SKIP
(0.000s)
test_decorator
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... SKIP
(0.000s)
test_empty_groupby
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... SKIP
(0.000s)
test_grouped_over_window
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... SKIP
(0.000s)
test_grouped_over_window_with_key
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... SKIP
(0.000s)
test_grouped_with_empty_partition
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... SKIP
(0.000s)
test_mixed_scalar_udfs_followed_by_groupby_apply
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... SKIP
(0.000s)
test_positional_assignment_conf
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... SKIP
(0.000s)
test_register_grouped_map_udf
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... SKIP
(0.000s)
test_self_join_with_pandas
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... SKIP
(0.000s)
test_supported_types
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... SKIP
(0.000s)
test_timestamp_dst
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... SKIP
(0.000s)
test_udf_with_key
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... SKIP
(0.000s)
test_unsupported_types
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... SKIP
(0.000s)
test_wrong_args
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... SKIP
(0.000s)
test_wrong_return_type
(pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests) ... SKIP
(0.000s)
Skipped tests in pyspark.sql.tests.test_pandas_map with python3.6:
test_chain_map_partitions_in_pandas
(pyspark.sql.tests.test_pandas_map.MapInPandasTests) ... SKIP (0.000s)
test_different_output_length
(pyspark.sql.tests.test_pandas_map.MapInPandasTests) ... SKIP (0.000s)
test_empty_iterator
(pyspark.sql.tests.test_pandas_map.MapInPandasTests) ... SKIP (0.000s)
test_empty_rows (pyspark.sql.tests.test_pandas_map.MapInPandasTests)
... SKIP (0.000s)
test_map_partitions_in_pandas
(pyspark.sql.tests.test_pandas_map.MapInPandasTests) ... SKIP (0.000s)
test_multiple_columns
(pyspark.sql.tests.test_pandas_map.MapInPandasTests) ... SKIP (0.000s)
test_self_join (pyspark.sql.tests.test_pandas_map.MapInPandasTests)
... SKIP (0.000s)
Skipped tests in pyspark.sql.tests.test_pandas_udf with python3.6:
test_pandas_udf_arrow_overflow
(pyspark.sql.tests.test_pandas_udf.PandasUDFTests) ... SKIP (0.000s)
test_pandas_udf_basic
(pyspark.sql.tests.test_pandas_udf.PandasUDFTests) ... SKIP (0.000s)
test_pandas_udf_decorator
(pyspark.sql.tests.test_pandas_udf.PandasUDFTests) ... SKIP (0.000s)
test_pandas_udf_detect_unsafe_type_conversion
(pyspark.sql.tests.test_pandas_udf.PandasUDFTests) ... SKIP (0.000s)
test_stopiteration_in_udf
(pyspark.sql.tests.test_pandas_udf.PandasUDFTests) ... SKIP (0.000s)
test_udf_wrong_arg (pyspark.sql.tests.test_pandas_udf.PandasUDFTests)
... SKIP (0.000s)
Skipped tests in pyspark.sql.tests.test_pandas_udf_grouped_agg with
python3.6:
test_alias
(pyspark.sql.tests.test_pandas_udf_grouped_agg.GroupedAggPandasUDFTests) ...
SKIP (0.000s)
test_array_type
(pyspark.sql.tests.test_pandas_udf_grouped_agg.GroupedAggPandasUDFTests) ...
SKIP (0.000s)
test_basic
(pyspark.sql.tests.test_pandas_udf_grouped_agg.GroupedAggPandasUDFTests) ...
SKIP (0.000s)
test_complex_expressions
(pyspark.sql.tests.test_pandas_udf_grouped_agg.GroupedAggPandasUDFTests) ...
SKIP (0.000s)
test_complex_groupby
(pyspark.sql.tests.test_pandas_udf_grouped_agg.GroupedAggPandasUDFTests) ...
SKIP (0.000s)
test_grouped_with_empty_partition
(pyspark.sql.tests.test_pandas_udf_grouped_agg.GroupedAggPandasUDFTests) ...
SKIP (0.000s)
test_grouped_without_group_by_clause
(pyspark.sql.tests.test_pandas_udf_grouped_agg.GroupedAggPandasUDFTests) ...
SKIP (0.000s)
test_invalid_args
(pyspark.sql.tests.test_pandas_udf_grouped_agg.GroupedAggPandasUDFTests) ...
SKIP (0.000s)
test_manual
(pyspark.sql.tests.test_pandas_udf_grouped_agg.GroupedAggPandasUDFTests) ...
SKIP (0.000s)
test_mixed_sql
(pyspark.sql.tests.test_pandas_udf_grouped_agg.GroupedAggPandasUDFTests) ...
SKIP (0.000s)
test_mixed_udfs
(pyspark.sql.tests.test_pandas_udf_grouped_agg.GroupedAggPandasUDFTests) ...
SKIP (0.000s)
test_multiple_udfs
(pyspark.sql.tests.test_pandas_udf_grouped_agg.GroupedAggPandasUDFTests) ...
SKIP (0.000s)
test_no_predicate_pushdown_through
(pyspark.sql.tests.test_pandas_udf_grouped_agg.GroupedAggPandasUDFTests) ...
SKIP (0.000s)
test_register_vectorized_udf_basic
(pyspark.sql.tests.test_pandas_udf_grouped_agg.GroupedAggPandasUDFTests) ...
SKIP (0.000s)
test_retain_group_columns
(pyspark.sql.tests.test_pandas_udf_grouped_agg.GroupedAggPandasUDFTests) ...
SKIP (0.000s)
test_unsupported_types
(pyspark.sql.tests.test_pandas_udf_grouped_agg.GroupedAggPandasUDFTests) ...
SKIP (0.000s)
Skipped tests in pyspark.sql.tests.test_pandas_udf_scalar with python3.6:
test_datasource_with_udf
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_mixed_udf
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_mixed_udf_and_sql
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_nondeterministic_vectorized_udf
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_nondeterministic_vectorized_udf_in_aggregate
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_pandas_udf_nested_arrays
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_pandas_udf_tokenize
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_register_nondeterministic_vectorized_udf_basic
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_register_vectorized_udf_basic
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_scalar_iter_udf_close
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_scalar_iter_udf_close_early
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_scalar_iter_udf_init
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_timestamp_dst
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_type_annotation
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_udf_category_type
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_vectorized_udf_array_type
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_vectorized_udf_basic
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_vectorized_udf_chained
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_vectorized_udf_chained_struct_type
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_vectorized_udf_check_config
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_vectorized_udf_complex
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_vectorized_udf_datatype_string
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_vectorized_udf_dates
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_vectorized_udf_decorator
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_vectorized_udf_empty_partition
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_vectorized_udf_exception
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_vectorized_udf_invalid_length
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_vectorized_udf_map_type
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_vectorized_udf_nested_struct
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_vectorized_udf_null_array
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_vectorized_udf_null_binary
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_vectorized_udf_null_boolean
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_vectorized_udf_null_byte
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_vectorized_udf_null_decimal
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_vectorized_udf_null_double
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_vectorized_udf_null_float
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_vectorized_udf_null_int
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_vectorized_udf_null_long
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_vectorized_udf_null_short
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_vectorized_udf_null_string
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_vectorized_udf_return_scalar
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_vectorized_udf_return_timestamp_tz
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_vectorized_udf_string_in_udf
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_vectorized_udf_struct_complex
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_vectorized_udf_struct_type
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_vectorized_udf_struct_with_empty_partition
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_vectorized_udf_timestamps
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_vectorized_udf_timestamps_respect_session_timezone
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_vectorized_udf_unsupported_types
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_vectorized_udf_varargs
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
test_vectorized_udf_wrong_return_type
(pyspark.sql.tests.test_pandas_udf_scalar.ScalarPandasUDFTests) ... SKIP
(0.000s)
Skipped tests in pyspark.sql.tests.test_pandas_udf_typehints with python3.6:
test_group_agg_udf_type_hint
(pyspark.sql.tests.test_pandas_udf_typehints.PandasUDFTypeHintsTests) ... SKIP
(0.000s)
test_ignore_type_hint_in_cogroup_apply_in_pandas
(pyspark.sql.tests.test_pandas_udf_typehints.PandasUDFTypeHintsTests) ... SKIP
(0.000s)
test_ignore_type_hint_in_group_apply_in_pandas
(pyspark.sql.tests.test_pandas_udf_typehints.PandasUDFTypeHintsTests) ... SKIP
(0.000s)
test_ignore_type_hint_in_map_in_pandas
(pyspark.sql.tests.test_pandas_udf_typehints.PandasUDFTypeHintsTests) ... SKIP
(0.000s)
test_scalar_iter_udf_type_hint
(pyspark.sql.tests.test_pandas_udf_typehints.PandasUDFTypeHintsTests) ... SKIP
(0.000s)
test_scalar_udf_type_hint
(pyspark.sql.tests.test_pandas_udf_typehints.PandasUDFTypeHintsTests) ... SKIP
(0.000s)
test_type_annotation_group_agg
(pyspark.sql.tests.test_pandas_udf_typehints.PandasUDFTypeHintsTests) ... SKIP
(0.000s)
test_type_annotation_negative
(pyspark.sql.tests.test_pandas_udf_typehints.PandasUDFTypeHintsTests) ... SKIP
(0.000s)
test_type_annotation_scalar
(pyspark.sql.tests.test_pandas_udf_typehints.PandasUDFTypeHintsTests) ... SKIP
(0.000s)
test_type_annotation_scalar_iter
(pyspark.sql.tests.test_pandas_udf_typehints.PandasUDFTypeHintsTests) ... SKIP
(0.000s)
Skipped tests in pyspark.sql.tests.test_pandas_udf_window with python3.6:
test_array_type
(pyspark.sql.tests.test_pandas_udf_window.WindowPandasUDFTests) ... SKIP
(0.000s)
test_bounded_mixed
(pyspark.sql.tests.test_pandas_udf_window.WindowPandasUDFTests) ... SKIP
(0.000s)
test_bounded_simple
(pyspark.sql.tests.test_pandas_udf_window.WindowPandasUDFTests) ... SKIP
(0.000s)
test_growing_window
(pyspark.sql.tests.test_pandas_udf_window.WindowPandasUDFTests) ... SKIP
(0.000s)
test_invalid_args
(pyspark.sql.tests.test_pandas_udf_window.WindowPandasUDFTests) ... SKIP
(0.000s)
test_mixed_sql
(pyspark.sql.tests.test_pandas_udf_window.WindowPandasUDFTests) ... SKIP
(0.000s)
test_mixed_sql_and_udf
(pyspark.sql.tests.test_pandas_udf_window.WindowPandasUDFTests) ... SKIP
(0.000s)
test_mixed_udf
(pyspark.sql.tests.test_pandas_udf_window.WindowPandasUDFTests) ... SKIP
(0.000s)
test_multiple_udfs
(pyspark.sql.tests.test_pandas_udf_window.WindowPandasUDFTests) ... SKIP
(0.000s)
test_replace_existing
(pyspark.sql.tests.test_pandas_udf_window.WindowPandasUDFTests) ... SKIP
(0.000s)
test_shrinking_window
(pyspark.sql.tests.test_pandas_udf_window.WindowPandasUDFTests) ... SKIP
(0.000s)
test_simple
(pyspark.sql.tests.test_pandas_udf_window.WindowPandasUDFTests) ... SKIP
(0.000s)
test_sliding_window
(pyspark.sql.tests.test_pandas_udf_window.WindowPandasUDFTests) ... SKIP
(0.000s)
test_without_partitionBy
(pyspark.sql.tests.test_pandas_udf_window.WindowPandasUDFTests) ... SKIP
(0.000s)
```
let me file a JIRA and assign to @shaneknapp
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]