[spark] branch master updated (90f2d4d -> cc451c1)

2021-03-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 90f2d4d [SPARK-34882][SQL] Replace if with filter clause in RewriteDistinctAggregates add cc451c1 Revert

[spark] branch master updated (3951e33 -> 90f2d4d)

2021-03-31 Thread yamamuro
This is an automated email from the ASF dual-hosted git repository. yamamuro pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 3951e33 [SPARK-34881][SQL] New SQL Function: TRY_CAST add 90f2d4d [SPARK-34882][SQL] Replace if with filter

[spark] branch master updated: [SPARK-34881][SQL] New SQL Function: TRY_CAST

2021-03-31 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 3951e33 [SPARK-34881][SQL] New SQL Function:

[spark] branch branch-3.0 updated: [SPARK-34915][INFRA] Cache Maven, SBT and Scala in all jobs that use them

2021-03-31 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new 23b7f90 [SPARK-34915][INFRA] Cache

[spark] branch branch-3.1 updated: [SPARK-34915][INFRA] Cache Maven, SBT and Scala in all jobs that use them

2021-03-31 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 b3a27fb [SPARK-34915][INFRA] Cache

[spark] branch master updated (1c3bdab -> 48ef9bd)

2021-03-31 Thread gengliang
This is an automated email from the ASF dual-hosted git repository. gengliang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 1c3bdab [SPARK-34911][SQL] Fix code not close issue in monitoring.md add 48ef9bd [SPARK-34915][INFRA] Cache

[spark] branch master updated (f05b940 -> 1c3bdab)

2021-03-31 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 f05b940 [SPARK-34354][SQL] Fix failure when apply CostBasedJoinReorder on self-join add 1c3bdab

[spark] branch master updated (eecc43c -> f05b940)

2021-03-31 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 eecc43c [SPARK-34568][SQL] When SparkContext's conf not enable hive, we should respect `enableHiveSupport()` when