[PR] Fix broken Pandas On PySpark link doc link [spark-website]

2025-07-31 Thread via GitHub
petern48 opened a new pull request, #621: URL: https://github.com/apache/spark-website/pull/621 -- 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. To unsubscribe, e-mail:

(spark) branch master updated (fbebc20e61d1 -> 92df232addc5)

2025-07-31 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git from fbebc20e61d1 [SPARK-53056][BUILD] Upgrade `objenesis` to 3.4 add 92df232addc5 [SPARK-53057][CORE] Support `sizeO

(spark) branch master updated (d0a8b18c1adb -> fbebc20e61d1)

2025-07-31 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git from d0a8b18c1adb [SPARK-53014][PYTHON][DOCS][FOLLOW-UP] Add `arrow_udf` to API reference add fbebc20e61d1 [SPARK-53

(spark) branch master updated (57dfc0a21bf2 -> d0a8b18c1adb)

2025-07-31 Thread ruifengz
This is an automated email from the ASF dual-hosted git repository. ruifengz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git from 57dfc0a21bf2 [SPARK-53039][PYTHON][TESTS] Add unit test for complex arrow UDF used in window add d0a8b18c1adb [

(spark) branch master updated: [SPARK-53039][PYTHON][TESTS] Add unit test for complex arrow UDF used in window

2025-07-31 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 57dfc0a21bf2 [SPARK-53039][PYTHON][TESTS] Add u

(spark) branch master updated (8c90e6fa77c4 -> 133d9f60e72f)

2025-07-31 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git from 8c90e6fa77c4 [SPARK-53049][CORE][SQL][SS] Support `toString` in `SparkStreamUtils` add 133d9f60e72f [SPARK-5305

(spark) branch master updated (a75e1aa1cac2 -> 8c90e6fa77c4)

2025-07-31 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git from a75e1aa1cac2 [SPARK-53001] Integrate RocksDB Memory Usage with the Unified Memory Manager add 8c90e6fa77c4 [SPA

(spark) branch master updated: [SPARK-53001] Integrate RocksDB Memory Usage with the Unified Memory Manager

2025-07-31 Thread ashrigondekar
This is an automated email from the ASF dual-hosted git repository. ashrigondekar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new a75e1aa1cac2 [SPARK-53001] Integrate Rocks

(spark) branch master updated (fd17a8d06e23 -> 3024c7c21db8)

2025-07-31 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git from fd17a8d06e23 Revert "[SPARK-52877][PYTHON][FOLLOW-UP] Use columns instead of itercolumns in RecordBatch" add 30

(spark) branch master updated (707d9eef6bfa -> fd17a8d06e23)

2025-07-31 Thread gurwls223
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 707d9eef6bfa [SPARK-53046][CORE][SQL] Use Java `readAllBytes` instead of `IOUtils.toByteArray` add fd17a8d06e2

(spark) branch master updated (c5789579de20 -> 707d9eef6bfa)

2025-07-31 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git from c5789579de20 [SPARK-53036][PYTHON][DOCS][TESTS] Enable doctest `pyspark.sql.pandas.functions` add 707d9eef6bfa

(spark) branch master updated: [SPARK-53036][PYTHON][DOCS][TESTS] Enable doctest `pyspark.sql.pandas.functions`

2025-07-31 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new c5789579de20 [SPARK-53036][PYTHON][DOCS][TESTS

(spark) branch master updated: [SPARK-53043][CORE][SQL][K8S] Use Java `transferTo` instead of `IOUtils.copy`

2025-07-31 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new f45106286f38 [SPARK-53043][CORE][SQL][K8S] Use

(spark) branch master updated (e9a285eaf273 -> 9c35c43eaf3b)

2025-07-31 Thread xinrong
This is an automated email from the ASF dual-hosted git repository. xinrong pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git from e9a285eaf273 Revert "[SPARK-52610][BUILD] Upgrade rocksdbjni to 10.2.1" add 9c35c43eaf3b [SPARK-52580][PS] Avoid

(spark) branch master updated: Revert "[SPARK-52610][BUILD] Upgrade rocksdbjni to 10.2.1"

2025-07-31 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new e9a285eaf273 Revert "[SPARK-52610][BUILD] Upgra

(spark) branch master updated: [MINOR][CORE][TESTS] Rename `TestMemoryManager.(markconsequentOOM -> markConsequentOOM)`

2025-07-31 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 635fa9be4281 [MINOR][CORE][TESTS] Rename `Test

(spark) branch master updated (6a6317d6fd2f -> 1ce28ccfb7de)

2025-07-31 Thread yangjie01
This is an automated email from the ASF dual-hosted git repository. yangjie01 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git from 6a6317d6fd2f [SPARK-53037][CORE][SQL][K8S] Support `closeQuietly` in `SparkErrorUtils` add 1ce28ccfb7de [SPARK

(spark) branch branch-4.0 updated: [SPARK-53020][DEPLOY][4.0] JPMS args should also apply to non-SparkSubmit process

2025-07-31 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a commit to branch branch-4.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-4.0 by this push: new 8a1025710fdb [SPARK-53020][DEPLOY][4.0]

(spark) branch master updated (293342da1185 -> 6a6317d6fd2f)

2025-07-31 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git from 293342da1185 [SPARK-53017][SQL][FOLLOWUP] Add logs in DSv2 Join pushdown rule add 6a6317d6fd2f [SPARK-53037][CO

(spark) branch master updated: [SPARK-53017][SQL][FOLLOWUP] Add logs in DSv2 Join pushdown rule

2025-07-31 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 293342da1185 [SPARK-53017][SQL][FOLLOWUP] Add lo

(spark) branch master updated: [SPARK-52926][SQL] Added SQLMetric for remote schema fetching time duration

2025-07-31 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 605e5203a16f [SPARK-52926][SQL] Added SQLMetric

(spark) branch master updated: [SPARK-53035][CORE][SQL][K8S][MLLIB] Use `String.repeat` instead of Scala string multiplication

2025-07-31 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 800d3729c9c2 [SPARK-53035][CORE][SQL][K8S][MLLI

(spark) branch master updated (b03a86923c0d -> d892ca40fa66)

2025-07-31 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git from b03a86923c0d [SPARK-51555][SQL] Add the time_diff() function add d892ca40fa66 [SPARK-53034][CORE][SQL][MLLIB][YA