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

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


    from 081809667611 [MINOR][SQL] Remove `unsupportedOperationMsg` from 
`CaseInsensitiveStringMap`
     add c4e4497ff7e7 [SPARK-46812][SQL][PYTHON] Make mapInPandas / mapInArrow 
support ResourceProfile

No new revisions were added by this update.

Summary of changes:
 .../sql/connect/planner/SparkConnectPlanner.scala  |   6 +-
 dev/sparktestsupport/modules.py                    |   1 +
 python/pyspark/sql/pandas/map_ops.py               |  61 +++++++++++-
 python/pyspark/sql/tests/test_resources.py         | 104 +++++++++++++++++++++
 .../catalyst/analysis/DeduplicateRelations.scala   |   4 +-
 .../plans/logical/pythonLogicalOperators.scala     |   7 +-
 .../sql/catalyst/analysis/AnalysisSuite.scala      |   9 +-
 .../main/scala/org/apache/spark/sql/Dataset.scala  |  17 +++-
 .../spark/sql/execution/SparkStrategies.scala      |   8 +-
 .../sql/execution/python/MapInArrowExec.scala      |   4 +-
 .../sql/execution/python/MapInBatchExec.scala      |   6 +-
 .../sql/execution/python/MapInPandasExec.scala     |   4 +-
 12 files changed, 206 insertions(+), 25 deletions(-)
 create mode 100644 python/pyspark/sql/tests/test_resources.py


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

Reply via email to