[spark] branch master updated (c3c58b8 -> 32aa114)

2021-10-20 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from c3c58b8 [SPARK-37076][SQL] Implement StructType.toString explicitly for Scala 2.13 add 32aa114

[spark] branch master updated (6f0d109 -> c3c58b8)

2021-10-20 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 6f0d109 [SPARK-37080][INFRA] Add benchmark tool guide in pull request template add c3c58b8

[spark] branch master updated (427816d -> 6f0d109)

2021-10-20 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 427816d [SPARK-37078][CORE] Support old 3-parameter Sink constructors add 6f0d109 [SPARK-37080][INFRA] Add

[spark] branch branch-3.2 updated: [SPARK-37078][CORE] Support old 3-parameter Sink constructors

2021-10-20 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new 70c1d60 [SPARK-37078][CORE] Support

[spark] branch master updated (33deeb3 -> 427816d)

2021-10-20 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 33deeb3 [SPARK-37079][PYTHON][SQL] Fix DataFrameWriterV2.partitionedBy to send the arguments to JVM properly

[spark] branch branch-3.1 updated: [SPARK-37079][PYTHON][SQL] Fix DataFrameWriterV2.partitionedBy to send the arguments to JVM properly

2021-10-20 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.1 by this push: new c23698f [SPARK-37079][PYTHON][SQL]

[spark] branch branch-3.2 updated: [SPARK-37079][PYTHON][SQL] Fix DataFrameWriterV2.partitionedBy to send the arguments to JVM properly

2021-10-20 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new 0e6fbd7 [SPARK-37079][PYTHON][SQL]

[spark] branch master updated (482eeca -> 33deeb3)

2021-10-20 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 482eeca [SPARK-36952][PYTHON] Inline type hints for python/pyspark/resource/information.py and

[spark] branch master updated (857d9f9 -> 482eeca)

2021-10-20 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 857d9f9 [SPARK-37033][PYTHON] Inline type hints for python/pyspark/resource/requests.py add 482eeca

[spark] branch master updated: [SPARK-37033][PYTHON] Inline type hints for python/pyspark/resource/requests.py

2021-10-20 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 857d9f9 [SPARK-37033][PYTHON] Inline type

[GitHub] [spark-website] srowen closed pull request #364: Add Scala 2.13 build download link

2021-10-20 Thread GitBox
srowen closed pull request #364: URL: https://github.com/apache/spark-website/pull/364 -- 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-website] branch asf-site updated: Add Scala 2.13 build download link

2021-10-20 Thread srowen
This is an automated email from the ASF dual-hosted git repository. srowen pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/spark-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 84f9e1f Add Scala 2.13 build

[spark] branch branch-3.2 updated: [SPARK-37061][SQL] Fix CustomMetrics when using Inner Classes

2021-10-20 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new b776709 [SPARK-37061][SQL] Fix

[spark] branch master updated (eda3fd0 -> 2ce551e)

2021-10-20 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 eda3fd0 [SPARK-37025][BUILD] Update RoaringBitmap version to 0.9.22 add 2ce551e [SPARK-37061][SQL] Fix

[spark] branch master updated (64eabb6 -> eda3fd0)

2021-10-20 Thread srowen
This is an automated email from the ASF dual-hosted git repository. srowen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 64eabb6 [SPARK-37048][PYTHON] Clean up inlining type hints under SQL module add eda3fd0 [SPARK-37025][BUILD]

[spark] branch master updated: [SPARK-37048][PYTHON] Clean up inlining type hints under SQL module

2021-10-20 Thread ueshin
This is an automated email from the ASF dual-hosted git repository. ueshin 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 64eabb6 [SPARK-37048][PYTHON] Clean up inlining

[spark] branch branch-3.2 updated: [SPARK-37058][REPL][TESTS] Add spark-shell command line unit test

2021-10-20 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new e29533a [SPARK-37058][REPL][TESTS] Add

[spark] branch master updated: [SPARK-37058][REPL][TESTS] Add spark-shell command line unit test

2021-10-20 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 deda62d [SPARK-37058][REPL][TESTS] Add

[spark] branch master updated: [SPARK-36898][SQL] Make the shuffle hash join factor configurable

2021-10-20 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 bf178e1 [SPARK-36898][SQL] Make the shuffle

[spark] branch branch-3.2 updated: [SPARK-37046][SQL] Alter view does not preserve column case

2021-10-20 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new adaaf4c [SPARK-37046][SQL] Alter view

[spark] branch master updated (618072c -> ec78522)

2021-10-20 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 618072c [SPARK-37064][SQL] Fix outer join return the wrong max rows if other side is empty add ec78522

[spark] branch branch-3.2 updated: [SPARK-37064][SQL] Fix outer join return the wrong max rows if other side is empty

2021-10-20 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new 1bf46c1 [SPARK-37064][SQL] Fix outer

[spark] branch master updated (041cd5d -> 618072c)

2021-10-20 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 041cd5d [SPARK-37049][K8S] executorIdleTimeout should check `creationTimestamp` instead of `startTime` add

[GitHub] [spark-website] dongjoon-hyun commented on pull request #363: Fix Spark 3.2.0 download URL

2021-10-20 Thread GitBox
dongjoon-hyun commented on pull request #363: URL: https://github.com/apache/spark-website/pull/363#issuecomment-947393917 Thank you for the fix, @gengliangwang . -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [spark-website] gengliangwang merged pull request #365: Update Spark version in "Link with Spark" section of download page

2021-10-20 Thread GitBox
gengliangwang merged pull request #365: URL: https://github.com/apache/spark-website/pull/365 -- 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-website] branch asf-site updated: Update Spark version in "Link with Spark" section of download page (#365)

2021-10-20 Thread gengliang
This is an automated email from the ASF dual-hosted git repository. gengliang pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/spark-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 08588f3 Update Spark version in