This is an automated email from the ASF dual-hosted git repository.

ueshin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from 6c3b7f9  [SPARK-35074][CORE] hardcoded configs move to config package
     add 04a8d2c  [SPARK-35343][PYTHON] Make the conversion from/to pandas 
data-type-based for non-ExtensionDtypes

No new revisions were added by this update.

Summary of changes:
 dev/sparktestsupport/modules.py                    |  2 +
 python/pyspark/pandas/data_type_ops/base.py        | 26 ++++++++-
 .../pandas/data_type_ops/categorical_ops.py        | 12 ++++
 .../pyspark/pandas/data_type_ops/datetime_ops.py   |  4 ++
 .../{categorical_ops.py => null_ops.py}            |  6 +-
 .../{categorical_ops.py => udt_ops.py}             |  7 ++-
 python/pyspark/pandas/internal.py                  | 67 ++++++++++++----------
 .../pandas/tests/data_type_ops/test_binary_ops.py  |  7 +++
 .../pandas/tests/data_type_ops/test_boolean_ops.py |  7 +++
 .../tests/data_type_ops/test_categorical_ops.py    |  7 +++
 .../pandas/tests/data_type_ops/test_complex_ops.py |  5 ++
 .../pandas/tests/data_type_ops/test_date_ops.py    |  7 +++
 .../tests/data_type_ops/test_datetime_ops.py       |  7 +++
 .../{test_categorical_ops.py => test_null_ops.py}  | 15 +++--
 .../pandas/tests/data_type_ops/test_num_ops.py     |  5 ++
 .../pandas/tests/data_type_ops/test_string_ops.py  |  7 +++
 .../{test_categorical_ops.py => test_udt_ops.py}   | 18 ++++--
 python/pyspark/pandas/tests/indexes/test_base.py   |  9 +--
 python/pyspark/pandas/tests/test_internal.py       | 14 +++++
 19 files changed, 181 insertions(+), 51 deletions(-)
 copy python/pyspark/pandas/data_type_ops/{categorical_ops.py => null_ops.py} 
(91%)
 copy python/pyspark/pandas/data_type_ops/{categorical_ops.py => udt_ops.py} 
(89%)
 copy python/pyspark/pandas/tests/data_type_ops/{test_categorical_ops.py => 
test_null_ops.py} (91%)
 copy python/pyspark/pandas/tests/data_type_ops/{test_categorical_ops.py => 
test_udt_ops.py} (87%)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to