[spark] branch branch-3.1 updated: [SPARK-35879][CORE][SHUFFLE] Fix performance regression caused by collectFetchRequests

2021-06-25 Thread yao
This is an automated email from the ASF dual-hosted git repository. yao 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 787aee9 [SPARK-35879][CORE][SHUFFLE] Fix

[spark] branch master updated (a9ebfc5 -> 14d4dec)

2021-06-25 Thread yao
This is an automated email from the ASF dual-hosted git repository. yao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from a9ebfc5 [SPARK-35466][PYTHON] Fix disallow_untyped_defs mypy checks for pyspark.pandas.data_type_ops.* add

[spark] branch master updated (63cd131 -> a9ebfc5)

2021-06-25 Thread ueshin
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 63cd131 [SPARK-35899][SQL] Utility to convert connector expressions to Catalyst add a9ebfc5

[spark] branch master updated (67eddf2 -> 63cd131)

2021-06-25 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 67eddf2 [SPARK-35894][BUILD] Introduce new style enforce to not import scala.collection.Seq/IndexedSeq add

[spark] branch master updated (939ea3d -> 67eddf2)

2021-06-25 Thread kabhwan
This is an automated email from the ASF dual-hosted git repository. kabhwan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 939ea3d [SPARK-35863][BUILD] Update Ivy to 2.5.0 add 67eddf2 [SPARK-35894][BUILD] Introduce new style enforce

[spark] branch master updated (0c31137 -> 939ea3d)

2021-06-25 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 0c31137 [SPARK-35628][SS][FOLLOW-UP] Fix the consistent break on Scala 2.13 build add 939ea3d

[spark] branch master updated (866df69 -> 0c31137)

2021-06-25 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 866df69 [SPARK-35672][CORE][YARN] Pass user classpath entries to executors using config instead of command line

[spark] branch master updated: [SPARK-35672][CORE][YARN] Pass user classpath entries to executors using config instead of command line

2021-06-25 Thread tgraves
This is an automated email from the ASF dual-hosted git repository. tgraves 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 866df69 [SPARK-35672][CORE][YARN] Pass user

[spark] branch master updated (9814cf8 -> 36aaaa1)

2021-06-25 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 9814cf8 [SPARK-35889][SQL] Support adding TimestampWithoutTZ with Interval types add 361

[spark] branch master updated: [SPARK-35889][SQL] Support adding TimestampWithoutTZ with Interval types

2021-06-25 Thread gengliang
This is an automated email from the ASF dual-hosted git repository. gengliang 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 9814cf8 [SPARK-35889][SQL] Support adding

[spark] branch master updated (c0cfbb1 -> f2029e7)

2021-06-25 Thread kabhwan
This is an automated email from the ASF dual-hosted git repository. kabhwan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from c0cfbb1 [SPARK-35884][SQL] EXPLAIN FORMATTED for AQE add f2029e7 [SPARK-35628][SS] RocksDBFileManager - load

[spark] branch master updated (f1ad345 -> c0cfbb1)

2021-06-25 Thread viirya
This is an automated email from the ASF dual-hosted git repository. viirya pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from f1ad345 [SPARK-35883][SQL] Migrate ALTER TABLE RENAME COLUMN command to use UnresolvedTable to resolve the