This is an automated email from the ASF dual-hosted git repository.
gurwls223 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
from 004430054c2 [SPARK-39503][SQL][FOLLOWUP] InMemoryCatalog should keep
the catalog field when renaming tables
add 8c6c7ae3744 [SPARK-39881][PYTHON] Fix erroneous check for black and
reenable black validation
No new revisions were added by this update.
Summary of changes:
.github/workflows/build_and_test.yml | 2 +-
dev/lint-python | 4 +--
dev/pyproject.toml | 2 +-
dev/reformat-python | 9 ++---
dev/requirements.txt | 2 +-
python/pyspark/context.py | 5 +--
python/pyspark/ml/feature.py | 6 ++--
python/pyspark/pandas/data_type_ops/boolean_ops.py | 6 ++--
python/pyspark/pandas/frame.py | 4 +--
python/pyspark/pandas/series.py | 4 +--
.../pandas/tests/data_type_ops/test_binary_ops.py | 6 ++--
.../pandas/tests/data_type_ops/test_boolean_ops.py | 36 +++++++++----------
.../tests/data_type_ops/test_categorical_ops.py | 6 ++--
.../pandas/tests/data_type_ops/test_complex_ops.py | 4 +--
.../pandas/tests/data_type_ops/test_date_ops.py | 10 +++---
.../tests/data_type_ops/test_datetime_ops.py | 10 +++---
.../pandas/tests/data_type_ops/test_null_ops.py | 6 ++--
.../pandas/tests/data_type_ops/test_num_ops.py | 14 ++++----
.../tests/data_type_ops/test_timedelta_ops.py | 6 ++--
.../pandas/tests/data_type_ops/test_udt_ops.py | 6 ++--
.../pandas/tests/test_ops_on_diff_frames.py | 4 +--
python/pyspark/pandas/tests/test_series.py | 10 +++---
python/pyspark/rdd.py | 2 +-
python/pyspark/sql/tests/test_arrow.py | 2 +-
python/pyspark/sql/tests/test_column.py | 2 +-
python/pyspark/sql/tests/test_context.py | 2 +-
python/pyspark/sql/tests/test_pandas_udf_scalar.py | 4 +--
python/pyspark/sql/tests/test_types.py | 40 +++++++++++-----------
python/pyspark/sql/tests/test_udf.py | 4 +--
29 files changed, 108 insertions(+), 110 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]