snowpark-connect 0.24.0__py3-none-any.whl → 0.26.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of snowpark-connect might be problematic. Click here for more details.
- snowflake/snowpark_connect/column_name_handler.py +116 -4
- snowflake/snowpark_connect/config.py +23 -0
- snowflake/snowpark_connect/constants.py +0 -29
- snowflake/snowpark_connect/dataframe_container.py +22 -0
- snowflake/snowpark_connect/execute_plan/map_execution_command.py +56 -1
- snowflake/snowpark_connect/expression/literal.py +13 -2
- snowflake/snowpark_connect/expression/map_cast.py +5 -8
- snowflake/snowpark_connect/expression/map_sql_expression.py +23 -1
- snowflake/snowpark_connect/expression/map_udf.py +88 -29
- snowflake/snowpark_connect/expression/map_unresolved_attribute.py +199 -15
- snowflake/snowpark_connect/expression/map_unresolved_extract_value.py +44 -16
- snowflake/snowpark_connect/expression/map_unresolved_function.py +840 -367
- snowflake/snowpark_connect/expression/map_unresolved_star.py +3 -2
- snowflake/snowpark_connect/hidden_column.py +39 -0
- snowflake/snowpark_connect/includes/jars/hadoop-client-api-trimmed-3.3.4.jar +0 -0
- snowflake/snowpark_connect/includes/jars/json4s-native_2.12-3.7.0-M11.jar +0 -0
- snowflake/snowpark_connect/includes/jars/paranamer-2.8.3.jar +0 -0
- snowflake/snowpark_connect/includes/jars/sas-scala-udf_2.12-0.1.0.jar +0 -0
- snowflake/snowpark_connect/includes/jars/{hadoop-client-api-3.3.4.jar → spark-connect-client-jvm_2.12-3.5.6.jar} +0 -0
- snowflake/snowpark_connect/relation/map_column_ops.py +17 -4
- snowflake/snowpark_connect/relation/map_extension.py +52 -11
- snowflake/snowpark_connect/relation/map_join.py +258 -62
- snowflake/snowpark_connect/relation/map_map_partitions.py +9 -4
- snowflake/snowpark_connect/relation/map_relation.py +12 -1
- snowflake/snowpark_connect/relation/map_row_ops.py +8 -1
- snowflake/snowpark_connect/relation/map_sql.py +88 -11
- snowflake/snowpark_connect/relation/map_udtf.py +100 -46
- snowflake/snowpark_connect/relation/read/map_read.py +3 -3
- snowflake/snowpark_connect/relation/read/map_read_jdbc.py +1 -1
- snowflake/snowpark_connect/relation/read/map_read_json.py +8 -1
- snowflake/snowpark_connect/relation/read/map_read_table.py +1 -9
- snowflake/snowpark_connect/relation/read/reader_config.py +3 -1
- snowflake/snowpark_connect/relation/utils.py +44 -0
- snowflake/snowpark_connect/relation/write/map_write.py +175 -75
- snowflake/snowpark_connect/resources_initializer.py +47 -6
- snowflake/snowpark_connect/server.py +26 -4
- snowflake/snowpark_connect/type_mapping.py +29 -25
- snowflake/snowpark_connect/typed_column.py +14 -0
- snowflake/snowpark_connect/utils/artifacts.py +23 -0
- snowflake/snowpark_connect/utils/concurrent.py +4 -0
- snowflake/snowpark_connect/utils/context.py +6 -1
- snowflake/snowpark_connect/utils/external_udxf_cache.py +36 -0
- snowflake/snowpark_connect/utils/scala_udf_utils.py +596 -0
- snowflake/snowpark_connect/utils/session.py +4 -0
- snowflake/snowpark_connect/utils/telemetry.py +6 -17
- snowflake/snowpark_connect/utils/udf_helper.py +2 -0
- snowflake/snowpark_connect/utils/udf_utils.py +22 -1
- snowflake/snowpark_connect/utils/udtf_utils.py +1 -0
- snowflake/snowpark_connect/version.py +1 -1
- {snowpark_connect-0.24.0.dist-info → snowpark_connect-0.26.0.dist-info}/METADATA +1 -1
- snowpark_connect-0.26.0.dist-info/RECORD +481 -0
- snowflake/snowpark_connect/includes/jars/scala-compiler-2.12.18.jar +0 -0
- snowflake/snowpark_connect/includes/jars/spark-kubernetes_2.12-3.5.6.jar +0 -0
- snowflake/snowpark_connect/includes/jars/spark-mllib_2.12-3.5.6.jar +0 -0
- snowflake/snowpark_connect/includes/jars/spark-streaming_2.12-3.5.6.jar +0 -0
- snowflake/snowpark_connect/includes/python/pyspark/errors/tests/__init__.py +0 -16
- snowflake/snowpark_connect/includes/python/pyspark/errors/tests/test_errors.py +0 -60
- snowflake/snowpark_connect/includes/python/pyspark/ml/deepspeed/tests/test_deepspeed_distributor.py +0 -306
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/__init__.py +0 -16
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/connect/test_connect_classification.py +0 -53
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/connect/test_connect_evaluation.py +0 -50
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/connect/test_connect_feature.py +0 -43
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/connect/test_connect_function.py +0 -114
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/connect/test_connect_pipeline.py +0 -47
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/connect/test_connect_summarizer.py +0 -43
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/connect/test_connect_tuning.py +0 -46
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/connect/test_legacy_mode_classification.py +0 -238
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/connect/test_legacy_mode_evaluation.py +0 -194
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/connect/test_legacy_mode_feature.py +0 -156
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/connect/test_legacy_mode_pipeline.py +0 -184
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/connect/test_legacy_mode_summarizer.py +0 -78
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/connect/test_legacy_mode_tuning.py +0 -292
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/connect/test_parity_torch_data_loader.py +0 -50
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/connect/test_parity_torch_distributor.py +0 -152
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/test_algorithms.py +0 -456
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/test_base.py +0 -96
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/test_dl_util.py +0 -186
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/test_evaluation.py +0 -77
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/test_feature.py +0 -401
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/test_functions.py +0 -528
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/test_image.py +0 -82
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/test_linalg.py +0 -409
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/test_model_cache.py +0 -55
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/test_param.py +0 -441
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/test_persistence.py +0 -546
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/test_pipeline.py +0 -71
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/test_stat.py +0 -52
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/test_training_summary.py +0 -494
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/test_util.py +0 -85
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/test_wrapper.py +0 -138
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/tuning/__init__.py +0 -16
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/tuning/test_cv_io_basic.py +0 -151
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/tuning/test_cv_io_nested.py +0 -97
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/tuning/test_cv_io_pipeline.py +0 -143
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/tuning/test_tuning.py +0 -551
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/tuning/test_tvs_io_basic.py +0 -137
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/tuning/test_tvs_io_nested.py +0 -96
- snowflake/snowpark_connect/includes/python/pyspark/ml/tests/tuning/test_tvs_io_pipeline.py +0 -142
- snowflake/snowpark_connect/includes/python/pyspark/ml/torch/tests/__init__.py +0 -16
- snowflake/snowpark_connect/includes/python/pyspark/ml/torch/tests/test_data_loader.py +0 -137
- snowflake/snowpark_connect/includes/python/pyspark/ml/torch/tests/test_distributor.py +0 -561
- snowflake/snowpark_connect/includes/python/pyspark/ml/torch/tests/test_log_communication.py +0 -172
- snowflake/snowpark_connect/includes/python/pyspark/mllib/tests/__init__.py +0 -16
- snowflake/snowpark_connect/includes/python/pyspark/mllib/tests/test_algorithms.py +0 -353
- snowflake/snowpark_connect/includes/python/pyspark/mllib/tests/test_feature.py +0 -192
- snowflake/snowpark_connect/includes/python/pyspark/mllib/tests/test_linalg.py +0 -680
- snowflake/snowpark_connect/includes/python/pyspark/mllib/tests/test_stat.py +0 -206
- snowflake/snowpark_connect/includes/python/pyspark/mllib/tests/test_streaming_algorithms.py +0 -471
- snowflake/snowpark_connect/includes/python/pyspark/mllib/tests/test_util.py +0 -108
- snowflake/snowpark_connect/includes/python/pyspark/pandas/spark/__init__.py +0 -16
- snowflake/snowpark_connect/includes/python/pyspark/pandas/spark/accessors.py +0 -1281
- snowflake/snowpark_connect/includes/python/pyspark/pandas/spark/functions.py +0 -203
- snowflake/snowpark_connect/includes/python/pyspark/pandas/spark/utils.py +0 -202
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/__init__.py +0 -16
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/computation/__init__.py +0 -16
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/computation/test_any_all.py +0 -177
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/computation/test_apply_func.py +0 -575
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/computation/test_binary_ops.py +0 -235
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/computation/test_combine.py +0 -653
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/computation/test_compute.py +0 -463
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/computation/test_corrwith.py +0 -86
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/computation/test_cov.py +0 -151
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/computation/test_cumulative.py +0 -139
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/computation/test_describe.py +0 -458
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/computation/test_eval.py +0 -86
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/computation/test_melt.py +0 -202
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/computation/test_missing_data.py +0 -520
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/computation/test_pivot.py +0 -361
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/__init__.py +0 -16
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/computation/__init__.py +0 -16
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/computation/test_parity_any_all.py +0 -40
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/computation/test_parity_apply_func.py +0 -42
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/computation/test_parity_binary_ops.py +0 -40
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/computation/test_parity_combine.py +0 -37
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/computation/test_parity_compute.py +0 -60
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/computation/test_parity_corrwith.py +0 -40
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/computation/test_parity_cov.py +0 -40
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/computation/test_parity_cumulative.py +0 -90
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/computation/test_parity_describe.py +0 -40
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/computation/test_parity_eval.py +0 -40
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/computation/test_parity_melt.py +0 -40
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/computation/test_parity_missing_data.py +0 -42
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/computation/test_parity_pivot.py +0 -37
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/data_type_ops/__init__.py +0 -16
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/data_type_ops/test_parity_base.py +0 -36
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/data_type_ops/test_parity_binary_ops.py +0 -42
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/data_type_ops/test_parity_boolean_ops.py +0 -47
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/data_type_ops/test_parity_categorical_ops.py +0 -55
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/data_type_ops/test_parity_complex_ops.py +0 -40
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/data_type_ops/test_parity_date_ops.py +0 -47
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/data_type_ops/test_parity_datetime_ops.py +0 -47
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/data_type_ops/test_parity_null_ops.py +0 -42
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/data_type_ops/test_parity_num_arithmetic.py +0 -43
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/data_type_ops/test_parity_num_ops.py +0 -47
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/data_type_ops/test_parity_num_reverse.py +0 -43
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/data_type_ops/test_parity_string_ops.py +0 -47
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/data_type_ops/test_parity_timedelta_ops.py +0 -47
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/data_type_ops/test_parity_udt_ops.py +0 -40
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/data_type_ops/testing_utils.py +0 -226
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/diff_frames_ops/__init__.py +0 -16
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/diff_frames_ops/test_parity_align.py +0 -39
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/diff_frames_ops/test_parity_basic_slow.py +0 -55
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/diff_frames_ops/test_parity_cov_corrwith.py +0 -39
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/diff_frames_ops/test_parity_dot_frame.py +0 -39
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/diff_frames_ops/test_parity_dot_series.py +0 -39
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/diff_frames_ops/test_parity_index.py +0 -39
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/diff_frames_ops/test_parity_series.py +0 -39
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/diff_frames_ops/test_parity_setitem_frame.py +0 -43
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/diff_frames_ops/test_parity_setitem_series.py +0 -43
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/frame/__init__.py +0 -16
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/frame/test_parity_attrs.py +0 -40
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/frame/test_parity_constructor.py +0 -39
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/frame/test_parity_conversion.py +0 -42
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/frame/test_parity_reindexing.py +0 -42
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/frame/test_parity_reshaping.py +0 -37
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/frame/test_parity_spark.py +0 -40
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/frame/test_parity_take.py +0 -42
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/frame/test_parity_time_series.py +0 -48
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/frame/test_parity_truncate.py +0 -40
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/groupby/__init__.py +0 -16
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/groupby/test_parity_aggregate.py +0 -40
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/groupby/test_parity_apply_func.py +0 -41
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/groupby/test_parity_cumulative.py +0 -67
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/groupby/test_parity_describe.py +0 -40
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/groupby/test_parity_groupby.py +0 -55
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/groupby/test_parity_head_tail.py +0 -40
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/groupby/test_parity_index.py +0 -38
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/groupby/test_parity_missing_data.py +0 -55
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/groupby/test_parity_split_apply.py +0 -39
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/groupby/test_parity_stat.py +0 -38
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/indexes/__init__.py +0 -16
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/indexes/test_parity_align.py +0 -40
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/indexes/test_parity_base.py +0 -50
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/indexes/test_parity_category.py +0 -73
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/indexes/test_parity_datetime.py +0 -39
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/indexes/test_parity_indexing.py +0 -40
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/indexes/test_parity_reindex.py +0 -40
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/indexes/test_parity_rename.py +0 -40
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/indexes/test_parity_reset_index.py +0 -48
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/indexes/test_parity_timedelta.py +0 -39
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/io/__init__.py +0 -16
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/io/test_parity_io.py +0 -40
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/plot/__init__.py +0 -16
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/plot/test_parity_frame_plot.py +0 -45
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/plot/test_parity_frame_plot_matplotlib.py +0 -45
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/plot/test_parity_frame_plot_plotly.py +0 -49
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/plot/test_parity_series_plot.py +0 -37
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/plot/test_parity_series_plot_matplotlib.py +0 -53
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/plot/test_parity_series_plot_plotly.py +0 -45
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/series/__init__.py +0 -16
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/series/test_parity_all_any.py +0 -38
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/series/test_parity_arg_ops.py +0 -37
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/series/test_parity_as_of.py +0 -37
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/series/test_parity_as_type.py +0 -38
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/series/test_parity_compute.py +0 -37
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/series/test_parity_conversion.py +0 -40
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/series/test_parity_cumulative.py +0 -40
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/series/test_parity_index.py +0 -38
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/series/test_parity_missing_data.py +0 -40
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/series/test_parity_series.py +0 -37
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/series/test_parity_sort.py +0 -38
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/series/test_parity_stat.py +0 -38
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_categorical.py +0 -66
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_config.py +0 -37
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_csv.py +0 -37
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_dataframe_conversion.py +0 -42
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_dataframe_spark_io.py +0 -39
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_default_index.py +0 -49
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_ewm.py +0 -37
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_expanding.py +0 -39
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_extension.py +0 -49
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_frame_spark.py +0 -53
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_generic_functions.py +0 -43
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_indexing.py +0 -49
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_indexops_spark.py +0 -39
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_internal.py +0 -41
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_namespace.py +0 -39
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_numpy_compat.py +0 -60
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_ops_on_diff_frames.py +0 -48
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_ops_on_diff_frames_groupby.py +0 -39
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_ops_on_diff_frames_groupby_expanding.py +0 -44
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_ops_on_diff_frames_groupby_rolling.py +0 -84
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_repr.py +0 -37
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_resample.py +0 -45
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_reshape.py +0 -39
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_rolling.py +0 -39
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_scalars.py +0 -37
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_series_conversion.py +0 -39
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_series_datetime.py +0 -39
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_series_string.py +0 -39
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_spark_functions.py +0 -39
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_sql.py +0 -43
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_stats.py +0 -37
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_typedef.py +0 -36
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_utils.py +0 -37
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/connect/test_parity_window.py +0 -39
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/data_type_ops/__init__.py +0 -16
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/data_type_ops/test_base.py +0 -107
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/data_type_ops/test_binary_ops.py +0 -224
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/data_type_ops/test_boolean_ops.py +0 -825
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/data_type_ops/test_categorical_ops.py +0 -562
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/data_type_ops/test_complex_ops.py +0 -368
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/data_type_ops/test_date_ops.py +0 -257
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/data_type_ops/test_datetime_ops.py +0 -260
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/data_type_ops/test_null_ops.py +0 -178
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/data_type_ops/test_num_arithmetic.py +0 -184
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/data_type_ops/test_num_ops.py +0 -497
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/data_type_ops/test_num_reverse.py +0 -140
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/data_type_ops/test_string_ops.py +0 -354
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/data_type_ops/test_timedelta_ops.py +0 -219
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/data_type_ops/test_udt_ops.py +0 -192
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/data_type_ops/testing_utils.py +0 -228
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/diff_frames_ops/__init__.py +0 -16
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/diff_frames_ops/test_align.py +0 -118
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/diff_frames_ops/test_basic_slow.py +0 -198
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/diff_frames_ops/test_cov_corrwith.py +0 -181
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/diff_frames_ops/test_dot_frame.py +0 -103
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/diff_frames_ops/test_dot_series.py +0 -141
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/diff_frames_ops/test_index.py +0 -109
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/diff_frames_ops/test_series.py +0 -136
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/diff_frames_ops/test_setitem_frame.py +0 -125
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/diff_frames_ops/test_setitem_series.py +0 -217
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/frame/__init__.py +0 -16
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/frame/test_attrs.py +0 -384
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/frame/test_constructor.py +0 -598
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/frame/test_conversion.py +0 -73
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/frame/test_reindexing.py +0 -869
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/frame/test_reshaping.py +0 -487
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/frame/test_spark.py +0 -309
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/frame/test_take.py +0 -156
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/frame/test_time_series.py +0 -149
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/frame/test_truncate.py +0 -163
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/groupby/__init__.py +0 -16
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/groupby/test_aggregate.py +0 -311
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/groupby/test_apply_func.py +0 -524
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/groupby/test_cumulative.py +0 -419
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/groupby/test_describe.py +0 -144
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/groupby/test_groupby.py +0 -979
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/groupby/test_head_tail.py +0 -234
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/groupby/test_index.py +0 -206
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/groupby/test_missing_data.py +0 -421
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/groupby/test_split_apply.py +0 -187
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/groupby/test_stat.py +0 -397
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/indexes/__init__.py +0 -16
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/indexes/test_align.py +0 -100
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/indexes/test_base.py +0 -2743
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/indexes/test_category.py +0 -484
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/indexes/test_datetime.py +0 -276
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/indexes/test_indexing.py +0 -432
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/indexes/test_reindex.py +0 -310
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/indexes/test_rename.py +0 -257
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/indexes/test_reset_index.py +0 -160
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/indexes/test_timedelta.py +0 -128
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/io/__init__.py +0 -16
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/io/test_io.py +0 -137
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/plot/__init__.py +0 -16
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/plot/test_frame_plot.py +0 -170
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/plot/test_frame_plot_matplotlib.py +0 -547
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/plot/test_frame_plot_plotly.py +0 -285
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/plot/test_series_plot.py +0 -106
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/plot/test_series_plot_matplotlib.py +0 -409
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/plot/test_series_plot_plotly.py +0 -247
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/series/__init__.py +0 -16
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/series/test_all_any.py +0 -105
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/series/test_arg_ops.py +0 -197
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/series/test_as_of.py +0 -137
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/series/test_as_type.py +0 -227
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/series/test_compute.py +0 -634
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/series/test_conversion.py +0 -88
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/series/test_cumulative.py +0 -139
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/series/test_index.py +0 -475
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/series/test_missing_data.py +0 -265
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/series/test_series.py +0 -818
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/series/test_sort.py +0 -162
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/series/test_stat.py +0 -780
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_categorical.py +0 -741
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_config.py +0 -160
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_csv.py +0 -453
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_dataframe_conversion.py +0 -281
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_dataframe_spark_io.py +0 -487
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_default_index.py +0 -109
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_ewm.py +0 -434
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_expanding.py +0 -253
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_extension.py +0 -152
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_frame_spark.py +0 -162
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_generic_functions.py +0 -234
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_indexing.py +0 -1339
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_indexops_spark.py +0 -82
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_internal.py +0 -124
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_namespace.py +0 -638
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_numpy_compat.py +0 -200
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_ops_on_diff_frames.py +0 -1355
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_ops_on_diff_frames_groupby.py +0 -655
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_ops_on_diff_frames_groupby_expanding.py +0 -113
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_ops_on_diff_frames_groupby_rolling.py +0 -118
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_repr.py +0 -192
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_resample.py +0 -346
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_reshape.py +0 -495
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_rolling.py +0 -263
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_scalars.py +0 -59
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_series_conversion.py +0 -85
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_series_datetime.py +0 -364
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_series_string.py +0 -362
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_spark_functions.py +0 -46
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_sql.py +0 -123
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_stats.py +0 -581
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_typedef.py +0 -447
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_utils.py +0 -301
- snowflake/snowpark_connect/includes/python/pyspark/pandas/tests/test_window.py +0 -465
- snowflake/snowpark_connect/includes/python/pyspark/resource/tests/__init__.py +0 -16
- snowflake/snowpark_connect/includes/python/pyspark/resource/tests/test_resources.py +0 -83
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/__init__.py +0 -16
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/__init__.py +0 -16
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/client/__init__.py +0 -16
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/client/test_artifact.py +0 -420
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/client/test_client.py +0 -358
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/streaming/__init__.py +0 -16
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/streaming/test_parity_foreach.py +0 -36
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/streaming/test_parity_foreach_batch.py +0 -44
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/streaming/test_parity_listener.py +0 -116
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/streaming/test_parity_streaming.py +0 -35
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_connect_basic.py +0 -3612
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_connect_column.py +0 -1042
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_connect_function.py +0 -2381
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_connect_plan.py +0 -1060
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_arrow.py +0 -163
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_arrow_map.py +0 -38
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_arrow_python_udf.py +0 -48
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_catalog.py +0 -36
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_column.py +0 -55
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_conf.py +0 -36
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_dataframe.py +0 -96
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_datasources.py +0 -44
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_errors.py +0 -36
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_functions.py +0 -59
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_group.py +0 -36
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_pandas_cogrouped_map.py +0 -59
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_pandas_grouped_map.py +0 -74
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_pandas_grouped_map_with_state.py +0 -62
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_pandas_map.py +0 -58
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_pandas_udf.py +0 -70
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_pandas_udf_grouped_agg.py +0 -50
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_pandas_udf_scalar.py +0 -68
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_pandas_udf_window.py +0 -40
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_readwriter.py +0 -46
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_serde.py +0 -44
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_types.py +0 -100
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_udf.py +0 -100
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_parity_udtf.py +0 -163
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_session.py +0 -181
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/connect/test_utils.py +0 -42
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/pandas/__init__.py +0 -16
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/pandas/test_pandas_cogrouped_map.py +0 -623
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/pandas/test_pandas_grouped_map.py +0 -869
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/pandas/test_pandas_grouped_map_with_state.py +0 -342
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/pandas/test_pandas_map.py +0 -436
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/pandas/test_pandas_udf.py +0 -363
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/pandas/test_pandas_udf_grouped_agg.py +0 -592
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/pandas/test_pandas_udf_scalar.py +0 -1503
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/pandas/test_pandas_udf_typehints.py +0 -392
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/pandas/test_pandas_udf_typehints_with_future_annotations.py +0 -375
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/pandas/test_pandas_udf_window.py +0 -411
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/streaming/__init__.py +0 -16
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/streaming/test_streaming.py +0 -401
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/streaming/test_streaming_foreach.py +0 -295
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/streaming/test_streaming_foreach_batch.py +0 -106
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/streaming/test_streaming_listener.py +0 -558
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_arrow.py +0 -1346
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_arrow_map.py +0 -182
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_arrow_python_udf.py +0 -202
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_catalog.py +0 -503
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_column.py +0 -225
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_conf.py +0 -83
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_context.py +0 -201
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_dataframe.py +0 -1931
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_datasources.py +0 -256
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_errors.py +0 -69
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_functions.py +0 -1349
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_group.py +0 -53
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_pandas_sqlmetrics.py +0 -68
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_readwriter.py +0 -283
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_serde.py +0 -155
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_session.py +0 -412
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_types.py +0 -1581
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_udf.py +0 -961
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_udf_profiler.py +0 -165
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_udtf.py +0 -1456
- snowflake/snowpark_connect/includes/python/pyspark/sql/tests/test_utils.py +0 -1686
- snowflake/snowpark_connect/includes/python/pyspark/streaming/tests/__init__.py +0 -16
- snowflake/snowpark_connect/includes/python/pyspark/streaming/tests/test_context.py +0 -184
- snowflake/snowpark_connect/includes/python/pyspark/streaming/tests/test_dstream.py +0 -706
- snowflake/snowpark_connect/includes/python/pyspark/streaming/tests/test_kinesis.py +0 -118
- snowflake/snowpark_connect/includes/python/pyspark/streaming/tests/test_listener.py +0 -160
- snowflake/snowpark_connect/includes/python/pyspark/tests/__init__.py +0 -16
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_appsubmit.py +0 -306
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_broadcast.py +0 -196
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_conf.py +0 -44
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_context.py +0 -346
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_daemon.py +0 -89
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_install_spark.py +0 -124
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_join.py +0 -69
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_memory_profiler.py +0 -167
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_pin_thread.py +0 -194
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_profiler.py +0 -168
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_rdd.py +0 -939
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_rddbarrier.py +0 -52
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_rddsampler.py +0 -66
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_readwrite.py +0 -368
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_serializers.py +0 -257
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_shuffle.py +0 -267
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_stage_sched.py +0 -153
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_statcounter.py +0 -130
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_taskcontext.py +0 -350
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_util.py +0 -97
- snowflake/snowpark_connect/includes/python/pyspark/tests/test_worker.py +0 -271
- snowpark_connect-0.24.0.dist-info/RECORD +0 -898
- {snowpark_connect-0.24.0.data → snowpark_connect-0.26.0.data}/scripts/snowpark-connect +0 -0
- {snowpark_connect-0.24.0.data → snowpark_connect-0.26.0.data}/scripts/snowpark-session +0 -0
- {snowpark_connect-0.24.0.data → snowpark_connect-0.26.0.data}/scripts/snowpark-submit +0 -0
- {snowpark_connect-0.24.0.dist-info → snowpark_connect-0.26.0.dist-info}/WHEEL +0 -0
- {snowpark_connect-0.24.0.dist-info → snowpark_connect-0.26.0.dist-info}/licenses/LICENSE-binary +0 -0
- {snowpark_connect-0.24.0.dist-info → snowpark_connect-0.26.0.dist-info}/licenses/LICENSE.txt +0 -0
- {snowpark_connect-0.24.0.dist-info → snowpark_connect-0.26.0.dist-info}/licenses/NOTICE-binary +0 -0
- {snowpark_connect-0.24.0.dist-info → snowpark_connect-0.26.0.dist-info}/top_level.txt +0 -0
|
@@ -1,362 +0,0 @@
|
|
|
1
|
-
#
|
|
2
|
-
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
3
|
-
# contributor license agreements. See the NOTICE file distributed with
|
|
4
|
-
# this work for additional information regarding copyright ownership.
|
|
5
|
-
# The ASF licenses this file to You under the Apache License, Version 2.0
|
|
6
|
-
# (the "License"); you may not use this file except in compliance with
|
|
7
|
-
# the License. You may obtain a copy of the License at
|
|
8
|
-
#
|
|
9
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
#
|
|
11
|
-
# Unless required by applicable law or agreed to in writing, software
|
|
12
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
-
# See the License for the specific language governing permissions and
|
|
15
|
-
# limitations under the License.
|
|
16
|
-
#
|
|
17
|
-
|
|
18
|
-
import pandas as pd
|
|
19
|
-
import numpy as np
|
|
20
|
-
import re
|
|
21
|
-
import unittest
|
|
22
|
-
from distutils.version import LooseVersion
|
|
23
|
-
|
|
24
|
-
from pyspark import pandas as ps
|
|
25
|
-
from pyspark.testing.pandasutils import PandasOnSparkTestCase
|
|
26
|
-
from pyspark.testing.sqlutils import SQLTestUtils
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
class SeriesStringTestsMixin:
|
|
30
|
-
@property
|
|
31
|
-
def pser(self):
|
|
32
|
-
return pd.Series(
|
|
33
|
-
[
|
|
34
|
-
"apples",
|
|
35
|
-
"Bananas",
|
|
36
|
-
"carrots",
|
|
37
|
-
"1",
|
|
38
|
-
"100",
|
|
39
|
-
"",
|
|
40
|
-
"\nleading-whitespace",
|
|
41
|
-
"trailing-Whitespace \t",
|
|
42
|
-
None,
|
|
43
|
-
np.NaN,
|
|
44
|
-
]
|
|
45
|
-
)
|
|
46
|
-
|
|
47
|
-
def check_func(self, func, almost=False):
|
|
48
|
-
self.check_func_on_series(func, self.pser, almost=almost)
|
|
49
|
-
|
|
50
|
-
def check_func_on_series(self, func, pser, almost=False):
|
|
51
|
-
self.assert_eq(func(ps.from_pandas(pser)), func(pser), almost=almost)
|
|
52
|
-
|
|
53
|
-
def test_string_add_str_num(self):
|
|
54
|
-
pdf = pd.DataFrame(dict(col1=["a"], col2=[1]))
|
|
55
|
-
psdf = ps.from_pandas(pdf)
|
|
56
|
-
with self.assertRaises(TypeError):
|
|
57
|
-
psdf["col1"] + psdf["col2"]
|
|
58
|
-
|
|
59
|
-
def test_string_add_assign(self):
|
|
60
|
-
pdf = pd.DataFrame(dict(col1=["a", "b", "c"], col2=["1", "2", "3"]))
|
|
61
|
-
psdf = ps.from_pandas(pdf)
|
|
62
|
-
psdf["col1"] += psdf["col2"]
|
|
63
|
-
pdf["col1"] += pdf["col2"]
|
|
64
|
-
self.assert_eq(psdf["col1"], pdf["col1"])
|
|
65
|
-
|
|
66
|
-
def test_string_add_str_str(self):
|
|
67
|
-
pdf = pd.DataFrame(dict(col1=["a", "b", "c"], col2=["1", "2", "3"]))
|
|
68
|
-
psdf = ps.from_pandas(pdf)
|
|
69
|
-
|
|
70
|
-
# TODO: Fix the Series names
|
|
71
|
-
self.assert_eq(psdf["col1"] + psdf["col2"], pdf["col1"] + pdf["col2"])
|
|
72
|
-
self.assert_eq(psdf["col2"] + psdf["col1"], pdf["col2"] + pdf["col1"])
|
|
73
|
-
|
|
74
|
-
def test_string_add_str_lit(self):
|
|
75
|
-
pdf = pd.DataFrame(dict(col1=["a", "b", "c"]))
|
|
76
|
-
psdf = ps.from_pandas(pdf)
|
|
77
|
-
self.assert_eq(psdf["col1"] + "_lit", pdf["col1"] + "_lit")
|
|
78
|
-
self.assert_eq("_lit" + psdf["col1"], "_lit" + pdf["col1"])
|
|
79
|
-
|
|
80
|
-
def test_string_capitalize(self):
|
|
81
|
-
self.check_func(lambda x: x.str.capitalize())
|
|
82
|
-
|
|
83
|
-
def test_string_title(self):
|
|
84
|
-
self.check_func(lambda x: x.str.title())
|
|
85
|
-
|
|
86
|
-
def test_string_lower(self):
|
|
87
|
-
self.check_func(lambda x: x.str.lower())
|
|
88
|
-
|
|
89
|
-
def test_string_upper(self):
|
|
90
|
-
self.check_func(lambda x: x.str.upper())
|
|
91
|
-
|
|
92
|
-
def test_string_swapcase(self):
|
|
93
|
-
self.check_func(lambda x: x.str.swapcase())
|
|
94
|
-
|
|
95
|
-
def test_string_startswith(self):
|
|
96
|
-
pattern = "car"
|
|
97
|
-
self.check_func(lambda x: x.str.startswith(pattern))
|
|
98
|
-
self.check_func(lambda x: x.str.startswith(pattern, na=False))
|
|
99
|
-
|
|
100
|
-
def test_string_endswith(self):
|
|
101
|
-
pattern = "s"
|
|
102
|
-
self.check_func(lambda x: x.str.endswith(pattern))
|
|
103
|
-
self.check_func(lambda x: x.str.endswith(pattern, na=False))
|
|
104
|
-
|
|
105
|
-
def test_string_strip(self):
|
|
106
|
-
self.check_func(lambda x: x.str.strip())
|
|
107
|
-
self.check_func(lambda x: x.str.strip("es\t"))
|
|
108
|
-
self.check_func(lambda x: x.str.strip("1"))
|
|
109
|
-
|
|
110
|
-
def test_string_lstrip(self):
|
|
111
|
-
self.check_func(lambda x: x.str.lstrip())
|
|
112
|
-
self.check_func(lambda x: x.str.lstrip("\n1le"))
|
|
113
|
-
self.check_func(lambda x: x.str.lstrip("s"))
|
|
114
|
-
|
|
115
|
-
def test_string_rstrip(self):
|
|
116
|
-
self.check_func(lambda x: x.str.rstrip())
|
|
117
|
-
self.check_func(lambda x: x.str.rstrip("\t ec"))
|
|
118
|
-
self.check_func(lambda x: x.str.rstrip("0"))
|
|
119
|
-
|
|
120
|
-
def test_string_get(self):
|
|
121
|
-
self.check_func(lambda x: x.str.get(6))
|
|
122
|
-
self.check_func(lambda x: x.str.get(-1))
|
|
123
|
-
|
|
124
|
-
def test_string_isalnum(self):
|
|
125
|
-
self.check_func(lambda x: x.str.isalnum())
|
|
126
|
-
|
|
127
|
-
def test_string_isalpha(self):
|
|
128
|
-
self.check_func(lambda x: x.str.isalpha())
|
|
129
|
-
|
|
130
|
-
def test_string_isdigit(self):
|
|
131
|
-
self.check_func(lambda x: x.str.isdigit())
|
|
132
|
-
|
|
133
|
-
def test_string_isspace(self):
|
|
134
|
-
self.check_func(lambda x: x.str.isspace())
|
|
135
|
-
|
|
136
|
-
def test_string_islower(self):
|
|
137
|
-
self.check_func(lambda x: x.str.islower())
|
|
138
|
-
|
|
139
|
-
def test_string_isupper(self):
|
|
140
|
-
self.check_func(lambda x: x.str.isupper())
|
|
141
|
-
|
|
142
|
-
def test_string_istitle(self):
|
|
143
|
-
self.check_func(lambda x: x.str.istitle())
|
|
144
|
-
|
|
145
|
-
def test_string_isnumeric(self):
|
|
146
|
-
self.check_func(lambda x: x.str.isnumeric())
|
|
147
|
-
|
|
148
|
-
def test_string_isdecimal(self):
|
|
149
|
-
self.check_func(lambda x: x.str.isdecimal())
|
|
150
|
-
|
|
151
|
-
def test_string_cat(self):
|
|
152
|
-
psser = ps.from_pandas(self.pser)
|
|
153
|
-
with self.assertRaises(NotImplementedError):
|
|
154
|
-
psser.str.cat()
|
|
155
|
-
|
|
156
|
-
def test_string_center(self):
|
|
157
|
-
self.check_func(lambda x: x.str.center(0))
|
|
158
|
-
self.check_func(lambda x: x.str.center(10))
|
|
159
|
-
self.check_func(lambda x: x.str.center(10, "x"))
|
|
160
|
-
|
|
161
|
-
def test_string_contains(self):
|
|
162
|
-
self.check_func(lambda x: x.str.contains("le", regex=False))
|
|
163
|
-
self.check_func(lambda x: x.str.contains("White", case=True, regex=False))
|
|
164
|
-
self.check_func(lambda x: x.str.contains("apples|carrots", regex=True))
|
|
165
|
-
self.check_func(lambda x: x.str.contains("BANANAS", flags=re.IGNORECASE, na=False))
|
|
166
|
-
|
|
167
|
-
def test_string_count(self):
|
|
168
|
-
self.check_func(lambda x: x.str.count("wh|Wh"))
|
|
169
|
-
self.check_func(lambda x: x.str.count("WH", flags=re.IGNORECASE))
|
|
170
|
-
|
|
171
|
-
def test_string_decode(self):
|
|
172
|
-
psser = ps.from_pandas(self.pser)
|
|
173
|
-
with self.assertRaises(NotImplementedError):
|
|
174
|
-
psser.str.decode("utf-8")
|
|
175
|
-
|
|
176
|
-
def test_string_encode(self):
|
|
177
|
-
psser = ps.from_pandas(self.pser)
|
|
178
|
-
with self.assertRaises(NotImplementedError):
|
|
179
|
-
psser.str.encode("utf-8")
|
|
180
|
-
|
|
181
|
-
def test_string_extract(self):
|
|
182
|
-
psser = ps.from_pandas(self.pser)
|
|
183
|
-
with self.assertRaises(NotImplementedError):
|
|
184
|
-
psser.str.extract("pat")
|
|
185
|
-
|
|
186
|
-
def test_string_extractall(self):
|
|
187
|
-
psser = ps.from_pandas(self.pser)
|
|
188
|
-
with self.assertRaises(NotImplementedError):
|
|
189
|
-
psser.str.extractall("pat")
|
|
190
|
-
|
|
191
|
-
def test_string_find(self):
|
|
192
|
-
self.check_func(lambda x: x.str.find("a"))
|
|
193
|
-
self.check_func(lambda x: x.str.find("a", start=3))
|
|
194
|
-
self.check_func(lambda x: x.str.find("a", start=0, end=1))
|
|
195
|
-
|
|
196
|
-
def test_string_findall(self):
|
|
197
|
-
self.check_func_on_series(lambda x: x.str.findall("es|as").apply(str), self.pser[:-1])
|
|
198
|
-
self.check_func_on_series(
|
|
199
|
-
lambda x: x.str.findall("wh.*", flags=re.IGNORECASE).apply(str), self.pser[:-1]
|
|
200
|
-
)
|
|
201
|
-
|
|
202
|
-
def test_string_index(self):
|
|
203
|
-
pser = pd.Series(["tea", "eat"])
|
|
204
|
-
self.check_func_on_series(lambda x: x.str.index("ea"), pser)
|
|
205
|
-
with self.assertRaises(Exception):
|
|
206
|
-
self.check_func_on_series(lambda x: x.str.index("ea", start=0, end=2), pser)
|
|
207
|
-
with self.assertRaises(Exception):
|
|
208
|
-
self.check_func(lambda x: x.str.index("not-found"))
|
|
209
|
-
|
|
210
|
-
def test_string_join(self):
|
|
211
|
-
pser = pd.Series([["a", "b", "c"], ["xx", "yy", "zz"]])
|
|
212
|
-
self.check_func_on_series(lambda x: x.str.join("-"), pser)
|
|
213
|
-
self.check_func(lambda x: x.str.join("-"))
|
|
214
|
-
|
|
215
|
-
def test_string_len(self):
|
|
216
|
-
self.check_func(lambda x: x.str.len())
|
|
217
|
-
pser = pd.Series([["a", "b", "c"], ["xx"], []])
|
|
218
|
-
self.check_func_on_series(lambda x: x.str.len(), pser)
|
|
219
|
-
|
|
220
|
-
def test_string_ljust(self):
|
|
221
|
-
self.check_func(lambda x: x.str.ljust(0))
|
|
222
|
-
self.check_func(lambda x: x.str.ljust(10))
|
|
223
|
-
self.check_func(lambda x: x.str.ljust(30, "x"))
|
|
224
|
-
|
|
225
|
-
def test_string_match(self):
|
|
226
|
-
self.check_func(lambda x: x.str.match("in"))
|
|
227
|
-
self.check_func(lambda x: x.str.match("apples|carrots", na=False))
|
|
228
|
-
self.check_func(lambda x: x.str.match("White", case=True))
|
|
229
|
-
self.check_func(lambda x: x.str.match("BANANAS", flags=re.IGNORECASE))
|
|
230
|
-
|
|
231
|
-
def test_string_normalize(self):
|
|
232
|
-
self.check_func(lambda x: x.str.normalize("NFC"))
|
|
233
|
-
self.check_func(lambda x: x.str.normalize("NFKD"))
|
|
234
|
-
|
|
235
|
-
def test_string_pad(self):
|
|
236
|
-
self.check_func(lambda x: x.str.pad(10))
|
|
237
|
-
self.check_func(lambda x: x.str.pad(10, side="both"))
|
|
238
|
-
self.check_func(lambda x: x.str.pad(10, side="right", fillchar="-"))
|
|
239
|
-
|
|
240
|
-
def test_string_partition(self):
|
|
241
|
-
with self.assertRaises(NotImplementedError):
|
|
242
|
-
self.check_func(lambda x: x.str.partition())
|
|
243
|
-
|
|
244
|
-
def test_string_repeat(self):
|
|
245
|
-
self.check_func(lambda x: x.str.repeat(repeats=3))
|
|
246
|
-
with self.assertRaises(TypeError):
|
|
247
|
-
self.check_func(lambda x: x.str.repeat(repeats=[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]))
|
|
248
|
-
|
|
249
|
-
@unittest.skipIf(
|
|
250
|
-
LooseVersion(pd.__version__) >= LooseVersion("2.0.0"),
|
|
251
|
-
"TODO(SPARK-43476): Enable SeriesStringTests.test_string_replace for pandas 2.0.0.",
|
|
252
|
-
)
|
|
253
|
-
def test_string_replace(self):
|
|
254
|
-
self.check_func(lambda x: x.str.replace("a.", "xx", regex=True))
|
|
255
|
-
self.check_func(lambda x: x.str.replace("a.", "xx", regex=False))
|
|
256
|
-
self.check_func(lambda x: x.str.replace("ing", "0", flags=re.IGNORECASE))
|
|
257
|
-
|
|
258
|
-
# reverse every lowercase word
|
|
259
|
-
def repl(m):
|
|
260
|
-
return m.group(0)[::-1]
|
|
261
|
-
|
|
262
|
-
self.check_func(lambda x: x.str.replace(r"[a-z]+", repl))
|
|
263
|
-
# compiled regex with flags
|
|
264
|
-
regex_pat = re.compile(r"WHITESPACE", flags=re.IGNORECASE)
|
|
265
|
-
self.check_func(lambda x: x.str.replace(regex_pat, "---"))
|
|
266
|
-
|
|
267
|
-
def test_string_rfind(self):
|
|
268
|
-
self.check_func(lambda x: x.str.rfind("a"))
|
|
269
|
-
self.check_func(lambda x: x.str.rfind("a", start=3))
|
|
270
|
-
self.check_func(lambda x: x.str.rfind("a", start=0, end=1))
|
|
271
|
-
|
|
272
|
-
def test_string_rindex(self):
|
|
273
|
-
pser = pd.Series(["teatea", "eateat"])
|
|
274
|
-
self.check_func_on_series(lambda x: x.str.rindex("ea"), pser)
|
|
275
|
-
with self.assertRaises(Exception):
|
|
276
|
-
self.check_func_on_series(lambda x: x.str.rindex("ea", start=0, end=2), pser)
|
|
277
|
-
with self.assertRaises(Exception):
|
|
278
|
-
self.check_func(lambda x: x.str.rindex("not-found"))
|
|
279
|
-
|
|
280
|
-
def test_string_rjust(self):
|
|
281
|
-
self.check_func(lambda x: x.str.rjust(0))
|
|
282
|
-
self.check_func(lambda x: x.str.rjust(10))
|
|
283
|
-
self.check_func(lambda x: x.str.rjust(30, "x"))
|
|
284
|
-
|
|
285
|
-
def test_string_rpartition(self):
|
|
286
|
-
with self.assertRaises(NotImplementedError):
|
|
287
|
-
self.check_func(lambda x: x.str.rpartition())
|
|
288
|
-
|
|
289
|
-
def test_string_slice(self):
|
|
290
|
-
self.check_func(lambda x: x.str.slice(start=1))
|
|
291
|
-
self.check_func(lambda x: x.str.slice(stop=3))
|
|
292
|
-
self.check_func(lambda x: x.str.slice(step=2))
|
|
293
|
-
self.check_func(lambda x: x.str.slice(start=0, stop=5, step=3))
|
|
294
|
-
|
|
295
|
-
def test_string_slice_replace(self):
|
|
296
|
-
self.check_func(lambda x: x.str.slice_replace(1, repl="X"))
|
|
297
|
-
self.check_func(lambda x: x.str.slice_replace(stop=2, repl="X"))
|
|
298
|
-
self.check_func(lambda x: x.str.slice_replace(start=1, stop=3, repl="X"))
|
|
299
|
-
|
|
300
|
-
@unittest.skipIf(
|
|
301
|
-
LooseVersion(pd.__version__) >= LooseVersion("2.0.0"),
|
|
302
|
-
"TODO(SPARK-43478): Enable SeriesStringTests.test_string_split for pandas 2.0.0.",
|
|
303
|
-
)
|
|
304
|
-
def test_string_split(self):
|
|
305
|
-
self.check_func_on_series(lambda x: repr(x.str.split()), self.pser[:-1])
|
|
306
|
-
self.check_func_on_series(lambda x: repr(x.str.split(r"p*")), self.pser[:-1])
|
|
307
|
-
pser = pd.Series(["This is a sentence.", "This-is-a-long-word."])
|
|
308
|
-
self.check_func_on_series(lambda x: repr(x.str.split(n=2)), pser)
|
|
309
|
-
self.check_func_on_series(lambda x: repr(x.str.split(pat="-", n=2)), pser)
|
|
310
|
-
self.check_func_on_series(lambda x: x.str.split(n=2, expand=True), pser, almost=True)
|
|
311
|
-
with self.assertRaises(NotImplementedError):
|
|
312
|
-
self.check_func(lambda x: x.str.split(expand=True))
|
|
313
|
-
|
|
314
|
-
@unittest.skipIf(
|
|
315
|
-
LooseVersion(pd.__version__) >= LooseVersion("2.0.0"),
|
|
316
|
-
"TODO(SPARK-43477): Enable SeriesStringTests.test_string_rsplit for pandas 2.0.0.",
|
|
317
|
-
)
|
|
318
|
-
def test_string_rsplit(self):
|
|
319
|
-
self.check_func_on_series(lambda x: repr(x.str.rsplit()), self.pser[:-1])
|
|
320
|
-
self.check_func_on_series(lambda x: repr(x.str.rsplit(r"p*")), self.pser[:-1])
|
|
321
|
-
pser = pd.Series(["This is a sentence.", "This-is-a-long-word."])
|
|
322
|
-
self.check_func_on_series(lambda x: repr(x.str.rsplit(n=2)), pser)
|
|
323
|
-
self.check_func_on_series(lambda x: repr(x.str.rsplit(pat="-", n=2)), pser)
|
|
324
|
-
self.check_func_on_series(lambda x: x.str.rsplit(n=2, expand=True), pser, almost=True)
|
|
325
|
-
with self.assertRaises(NotImplementedError):
|
|
326
|
-
self.check_func(lambda x: x.str.rsplit(expand=True))
|
|
327
|
-
|
|
328
|
-
def test_string_translate(self):
|
|
329
|
-
m = str.maketrans({"a": "X", "e": "Y", "i": None})
|
|
330
|
-
self.check_func(lambda x: x.str.translate(m))
|
|
331
|
-
|
|
332
|
-
def test_string_wrap(self):
|
|
333
|
-
self.check_func(lambda x: x.str.wrap(5))
|
|
334
|
-
self.check_func(lambda x: x.str.wrap(5, expand_tabs=False))
|
|
335
|
-
self.check_func(lambda x: x.str.wrap(5, replace_whitespace=False))
|
|
336
|
-
self.check_func(lambda x: x.str.wrap(5, drop_whitespace=False))
|
|
337
|
-
self.check_func(lambda x: x.str.wrap(5, break_long_words=False))
|
|
338
|
-
self.check_func(lambda x: x.str.wrap(5, break_on_hyphens=False))
|
|
339
|
-
|
|
340
|
-
def test_string_zfill(self):
|
|
341
|
-
self.check_func(lambda x: x.str.zfill(10))
|
|
342
|
-
|
|
343
|
-
def test_string_get_dummies(self):
|
|
344
|
-
with self.assertRaises(NotImplementedError):
|
|
345
|
-
self.check_func(lambda x: x.str.get_dummies())
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
class SeriesStringTests(SeriesStringTestsMixin, PandasOnSparkTestCase, SQLTestUtils):
|
|
349
|
-
pass
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
if __name__ == "__main__":
|
|
353
|
-
import unittest
|
|
354
|
-
from pyspark.pandas.tests.test_series_string import * # noqa: F401
|
|
355
|
-
|
|
356
|
-
try:
|
|
357
|
-
import xmlrunner
|
|
358
|
-
|
|
359
|
-
testRunner = xmlrunner.XMLTestRunner(output="target/test-reports", verbosity=2)
|
|
360
|
-
except ImportError:
|
|
361
|
-
testRunner = None
|
|
362
|
-
unittest.main(testRunner=testRunner, verbosity=2)
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
#
|
|
2
|
-
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
3
|
-
# contributor license agreements. See the NOTICE file distributed with
|
|
4
|
-
# this work for additional information regarding copyright ownership.
|
|
5
|
-
# The ASF licenses this file to You under the Apache License, Version 2.0
|
|
6
|
-
# (the "License"); you may not use this file except in compliance with
|
|
7
|
-
# the License. You may obtain a copy of the License at
|
|
8
|
-
#
|
|
9
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
#
|
|
11
|
-
# Unless required by applicable law or agreed to in writing, software
|
|
12
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
-
# See the License for the specific language governing permissions and
|
|
15
|
-
# limitations under the License.
|
|
16
|
-
#
|
|
17
|
-
|
|
18
|
-
import numpy as np
|
|
19
|
-
|
|
20
|
-
from pyspark.pandas.spark import functions as SF
|
|
21
|
-
from pyspark.pandas.utils import spark_column_equals
|
|
22
|
-
from pyspark.sql import functions as F
|
|
23
|
-
from pyspark.testing.pandasutils import PandasOnSparkTestCase
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
class SparkFunctionsTestsMixin:
|
|
27
|
-
def test_repeat(self):
|
|
28
|
-
# TODO: Placeholder
|
|
29
|
-
pass
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
class SparkFunctionsTests(SparkFunctionsTestsMixin, PandasOnSparkTestCase):
|
|
33
|
-
pass
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
if __name__ == "__main__":
|
|
37
|
-
import unittest
|
|
38
|
-
from pyspark.pandas.tests.test_spark_functions import * # noqa: F401
|
|
39
|
-
|
|
40
|
-
try:
|
|
41
|
-
import xmlrunner
|
|
42
|
-
|
|
43
|
-
testRunner = xmlrunner.XMLTestRunner(output="target/test-reports", verbosity=2)
|
|
44
|
-
except ImportError:
|
|
45
|
-
testRunner = None
|
|
46
|
-
unittest.main(testRunner=testRunner, verbosity=2)
|
|
@@ -1,123 +0,0 @@
|
|
|
1
|
-
#
|
|
2
|
-
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
3
|
-
# contributor license agreements. See the NOTICE file distributed with
|
|
4
|
-
# this work for additional information regarding copyright ownership.
|
|
5
|
-
# The ASF licenses this file to You under the Apache License, Version 2.0
|
|
6
|
-
# (the "License"); you may not use this file except in compliance with
|
|
7
|
-
# the License. You may obtain a copy of the License at
|
|
8
|
-
#
|
|
9
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
#
|
|
11
|
-
# Unless required by applicable law or agreed to in writing, software
|
|
12
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
-
# See the License for the specific language governing permissions and
|
|
15
|
-
# limitations under the License.
|
|
16
|
-
#
|
|
17
|
-
|
|
18
|
-
from pyspark import pandas as ps
|
|
19
|
-
from pyspark.errors import ParseException
|
|
20
|
-
from pyspark.testing.pandasutils import PandasOnSparkTestCase
|
|
21
|
-
from pyspark.testing.sqlutils import SQLTestUtils
|
|
22
|
-
from pyspark.testing.utils import assertDataFrameEqual
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
class SQLTestsMixin:
|
|
26
|
-
def test_error_variable_not_exist(self):
|
|
27
|
-
with self.assertRaisesRegex(KeyError, "variable_foo"):
|
|
28
|
-
ps.sql("select * from {variable_foo}")
|
|
29
|
-
|
|
30
|
-
def test_error_bad_sql(self):
|
|
31
|
-
with self.assertRaises(ParseException):
|
|
32
|
-
ps.sql("this is not valid sql")
|
|
33
|
-
|
|
34
|
-
def test_series_not_referred(self):
|
|
35
|
-
psdf = ps.DataFrame({"A": [1, 2, 3], "B": [4, 5, 6]})
|
|
36
|
-
with self.assertRaisesRegex(ValueError, "The series in {ser}"):
|
|
37
|
-
ps.sql("SELECT {ser} FROM range(10)", ser=psdf.A)
|
|
38
|
-
|
|
39
|
-
def test_sql_with_index_col(self):
|
|
40
|
-
import pandas as pd
|
|
41
|
-
|
|
42
|
-
# Index
|
|
43
|
-
psdf = ps.DataFrame(
|
|
44
|
-
{"A": [1, 2, 3], "B": [4, 5, 6]}, index=pd.Index(["a", "b", "c"], name="index")
|
|
45
|
-
)
|
|
46
|
-
psdf_reset_index = psdf.reset_index()
|
|
47
|
-
actual = ps.sql(
|
|
48
|
-
"select * from {psdf_reset_index} where A > 1",
|
|
49
|
-
index_col="index",
|
|
50
|
-
psdf_reset_index=psdf_reset_index,
|
|
51
|
-
)
|
|
52
|
-
expected = psdf.iloc[[1, 2]]
|
|
53
|
-
assertDataFrameEqual(actual, expected)
|
|
54
|
-
|
|
55
|
-
# MultiIndex
|
|
56
|
-
psdf = ps.DataFrame(
|
|
57
|
-
{"A": [1, 2, 3], "B": [4, 5, 6]},
|
|
58
|
-
index=pd.MultiIndex.from_tuples(
|
|
59
|
-
[("a", "b"), ("c", "d"), ("e", "f")], names=["index1", "index2"]
|
|
60
|
-
),
|
|
61
|
-
)
|
|
62
|
-
psdf_reset_index = psdf.reset_index()
|
|
63
|
-
actual = ps.sql(
|
|
64
|
-
"select * from {psdf_reset_index} where A > 1",
|
|
65
|
-
index_col=["index1", "index2"],
|
|
66
|
-
psdf_reset_index=psdf_reset_index,
|
|
67
|
-
)
|
|
68
|
-
expected = psdf.iloc[[1, 2]]
|
|
69
|
-
assertDataFrameEqual(actual, expected)
|
|
70
|
-
|
|
71
|
-
def test_sql_with_pandas_objects(self):
|
|
72
|
-
import pandas as pd
|
|
73
|
-
|
|
74
|
-
pdf = pd.DataFrame({"a": [1, 2, 3, 4]})
|
|
75
|
-
assertDataFrameEqual(
|
|
76
|
-
ps.sql("SELECT {col} + 1 as a FROM {tbl}", col=pdf.a, tbl=pdf), pdf + 1
|
|
77
|
-
)
|
|
78
|
-
|
|
79
|
-
def test_sql_with_python_objects(self):
|
|
80
|
-
assertDataFrameEqual(
|
|
81
|
-
ps.sql("SELECT {col} as a FROM range(1)", col="lit"), ps.DataFrame({"a": ["lit"]})
|
|
82
|
-
)
|
|
83
|
-
assertDataFrameEqual(
|
|
84
|
-
ps.sql("SELECT id FROM range(10) WHERE id IN {pred}", col="lit", pred=(1, 2, 3)),
|
|
85
|
-
ps.DataFrame({"id": [1, 2, 3]}),
|
|
86
|
-
)
|
|
87
|
-
assertDataFrameEqual(
|
|
88
|
-
ps.sql("SELECT {col} as a FROM range(1)", col="a'''c''d"),
|
|
89
|
-
ps.DataFrame({"a": ["a'''c''d"]}),
|
|
90
|
-
)
|
|
91
|
-
assertDataFrameEqual(
|
|
92
|
-
ps.sql("SELECT id FROM range(10) WHERE id IN {pred}", col="a'''c''d", pred=(1, 2, 3)),
|
|
93
|
-
ps.DataFrame({"id": [1, 2, 3]}),
|
|
94
|
-
)
|
|
95
|
-
|
|
96
|
-
def test_sql_with_pandas_on_spark_objects(self):
|
|
97
|
-
psdf = ps.DataFrame({"a": [1, 2, 3, 4]})
|
|
98
|
-
|
|
99
|
-
assertDataFrameEqual(ps.sql("SELECT {col} FROM {tbl}", col=psdf.a, tbl=psdf), psdf)
|
|
100
|
-
assertDataFrameEqual(ps.sql("SELECT {tbl.a} FROM {tbl}", tbl=psdf), psdf)
|
|
101
|
-
|
|
102
|
-
psdf = ps.DataFrame({"A": [1, 2, 3], "B": [4, 5, 6]})
|
|
103
|
-
assertDataFrameEqual(
|
|
104
|
-
ps.sql("SELECT {col}, {col2} FROM {tbl}", col=psdf.A, col2=psdf.B, tbl=psdf), psdf
|
|
105
|
-
)
|
|
106
|
-
assertDataFrameEqual(ps.sql("SELECT {tbl.A}, {tbl.B} FROM {tbl}", tbl=psdf), psdf)
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
class SQLTests(SQLTestsMixin, PandasOnSparkTestCase, SQLTestUtils):
|
|
110
|
-
pass
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
if __name__ == "__main__":
|
|
114
|
-
import unittest
|
|
115
|
-
from pyspark.pandas.tests.test_sql import * # noqa: F401
|
|
116
|
-
|
|
117
|
-
try:
|
|
118
|
-
import xmlrunner
|
|
119
|
-
|
|
120
|
-
testRunner = xmlrunner.XMLTestRunner(output="target/test-reports", verbosity=2)
|
|
121
|
-
except ImportError:
|
|
122
|
-
testRunner = None
|
|
123
|
-
unittest.main(testRunner=testRunner, verbosity=2)
|