[spark] branch master updated: [SPARK-42304][SQL] Rename `_LEGACY_ERROR_TEMP_2189` to `GET_TABLES_BY_TYPE_UNSUPPORTED_BY_HIVE_VERSION`

2023-08-29 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 742a892d58e [SPARK-42304][SQL] Rename `_LEGACY_

[spark] branch master updated (b23b6e64572 -> eb2d7f5f754)

2023-08-29 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 b23b6e64572 [SPARK-45010][INFRA] Limit GHA job execution time to up to 5 hours in `build_and_test.yml` add eb2d

[spark] branch master updated (1ceb39ff99b -> b23b6e64572)

2023-08-29 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 1ceb39ff99b [SPARK-45011][PYTHON][DOCS] Refine docstring of Column.between add b23b6e64572 [SPARK-45010][INFRA]

[spark] branch master updated: [SPARK-45011][PYTHON][DOCS] Refine docstring of Column.between

2023-08-29 Thread ruifengz
This is an automated email from the ASF dual-hosted git repository. ruifengz 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 1ceb39ff99b [SPARK-45011][PYTHON][DOCS] Refine

[spark] branch master updated: [SPARK-44728][PYTHON][DOCS] Add examples to approxQuantile docstring

2023-08-29 Thread ruifengz
This is an automated email from the ASF dual-hosted git repository. ruifengz 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 548d8a9a157 [SPARK-44728][PYTHON][DOCS] Add exa

[spark] branch master updated: [SPARK-45002][SS] Avoid uncaught exception from state store maintenance task thread on error to prevent executor being killed

2023-08-29 Thread kabhwan
This is an automated email from the ASF dual-hosted git repository. kabhwan 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 b939acd9072 [SPARK-45002][SS] Avoid uncaught exc

[spark] branch branch-3.5 updated: [SPARK-43438][SQL] Error on missing input columns in `INSERT`

2023-08-29 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk pushed a commit to branch branch-3.5 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.5 by this push: new 24bd29cc56a [SPARK-43438][SQL] Error on

[spark] branch master updated (8505084bc26 -> a7eef211691)

2023-08-29 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git from 8505084bc26 [SPARK-45003][PYTHON][DOCS] Refine docstring of `asc/desc` add a7eef211691 [SPARK-43438][SQL] Error o

[spark] branch master updated: [SPARK-45003][PYTHON][DOCS] Refine docstring of `asc/desc`

2023-08-29 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 8505084bc26 [SPARK-45003][PYTHON][DOCS] Refine

[spark] branch master updated: [SPARK-44999][CORE] Refactor `ExternalSorter` to reduce checks on `shouldPartition` when calling `getPartition`

2023-08-29 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 e5728e2fb70 [SPARK-44999][CORE] Refactor `Exter

[spark] branch master updated: [SPARK-45007][INFRA] Fix merged pull requests resolution

2023-08-29 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 6c4ae354c53 [SPARK-45007][INFRA] Fix merged pul

[spark] branch master updated: [SPARK-45006][UI] Use the same date format of other UI date elements for the x-axis of timelines

2023-08-29 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 42ca7c57bc1 [SPARK-45006][UI] Use the same date

[spark] branch master updated: [SPARK-45001][PYTHON][CONNECT] Implement DataFrame.foreachPartition

2023-08-29 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 ea57e7904fc [SPARK-45001][PYTHON][CONNECT] Imp

[spark] branch branch-3.5 updated: [SPARK-44981][PYTHON][CONNECT][FOLLOW-UP] Explicitly pass runtime configurations only

2023-08-29 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch branch-3.5 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.5 by this push: new 40e65d33482 [SPARK-44981][PYTHON][CONN

[spark] branch master updated: [SPARK-44981][PYTHON][CONNECT][FOLLOW-UP] Explicitly pass runtime configurations only

2023-08-29 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 281f174304a [SPARK-44981][PYTHON][CONNECT][FOL

[spark] branch master updated: [SPARK-44967][SQL][CONNECT] Unit should be considered first before using Boolean for TreeNodeTag

2023-08-29 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 0a8a29807b5 [SPARK-44967][SQL][CONNECT] Unit sho

[spark] branch master updated: [SPARK-45000][PYTHON][CONNECT] Implement DataFrame.foreach

2023-08-29 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 76a32d3df0f [SPARK-45000][PYTHON][CONNECT] Impl

svn commit: r63684 - in /dev/spark/v3.5.0-rc3-docs: ./ _site/ _site/api/ _site/api/R/ _site/api/R/articles/ _site/api/R/deps/ _site/api/R/deps/bootstrap-5.2.2/ _site/api/R/deps/jquery-3.6.0/ _site/api

2023-08-29 Thread liyuanjian
Author: liyuanjian Date: Tue Aug 29 08:04:02 2023 New Revision: 63684 Log: Apache Spark v3.5.0-rc3 docs [This commit notification would consist of 2898 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.] --

svn commit: r63683 - /dev/spark/v3.5.0-rc3-bin/

2023-08-29 Thread liyuanjian
Author: liyuanjian Date: Tue Aug 29 07:22:56 2023 New Revision: 63683 Log: Apache Spark v3.5.0-rc3-bin Added: dev/spark/v3.5.0-rc3-bin/ dev/spark/v3.5.0-rc3-bin/SparkR_3.5.0.tar.gz (with props) dev/spark/v3.5.0-rc3-bin/SparkR_3.5.0.tar.gz.asc dev/spark/v3.5.0-rc3-bin/SparkR_3.5.