[spark] branch branch-3.1 updated: [SPARK-33653][SQL][3.1] DSv2: REFRESH TABLE should recache the table itself

2020-12-14 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon 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 5715322 [SPARK-33653][SQL][3.1] DSv2:

[spark] branch master updated (366beda -> 141e26d)

2020-12-14 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 366beda [SPARK-33785][SQL] Migrate ALTER TABLE ... RECOVER PARTITIONS to use UnresolvedTable to resolve the

[spark] branch master updated (a99a47c -> 366beda)

2020-12-14 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 a99a47c [SPARK-33748][K8S] Respect environment variables and configurations for Python executables add

[spark] branch master updated (49d3256 -> a99a47c)

2020-12-14 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 49d3256 [SPARK-33653][SQL] DSv2: REFRESH TABLE should recache the table itself add a99a47c

[spark] branch master updated (f156718 -> 49d3256)

2020-12-14 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 f156718 [SPARK-33777][SQL] Sort output of V2 SHOW PARTITIONS add 49d3256 [SPARK-33653][SQL] DSv2: REFRESH

[spark] branch branch-3.1 updated: [SPARK-33777][SQL] Sort output of V2 SHOW PARTITIONS

2020-12-14 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon 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 ac4d04e [SPARK-33777][SQL] Sort

[spark] branch master updated (5885cc1 -> 412d86e)

2020-12-14 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 5885cc1 [SPARK-33261][K8S] Add a developer API for custom feature steps add 412d86e

[spark] branch master updated: [SPARK-33261][K8S] Add a developer API for custom feature steps

2020-12-14 Thread holden
This is an automated email from the ASF dual-hosted git repository. holden 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 5885cc1 [SPARK-33261][K8S] Add a developer API

[spark] branch master updated (82aca7e -> bb60fb1)

2020-12-14 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 82aca7e [SPARK-33779][SQL] DataSource V2: API to request distribution and ordering on write add bb60fb1

[spark] branch master updated (839d689 -> 82aca7e)

2020-12-14 Thread blue
This is an automated email from the ASF dual-hosted git repository. blue pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 839d689 [SPARK-33733][SQL] PullOutNondeterministic should check and collect deterministic field add 82aca7e

[spark] branch branch-3.1 updated: [SPARK-33733][SQL] PullOutNondeterministic should check and collect deterministic field

2020-12-14 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 7dc4e32 [SPARK-33733][SQL]

[spark] branch master updated (5f9a7fe -> 839d689)

2020-12-14 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 5f9a7fe [SPARK-33428][SQL] Conv UDF use BigInt to avoid Long value overflow add 839d689 [SPARK-33733][SQL]

[spark] branch master updated (bf2c88c -> 5f9a7fe)

2020-12-14 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 bf2c88c [SPARK-33716][K8S] Fix potential race condition during pod termination add 5f9a7fe

[spark] branch branch-2.4 updated: [SPARK-33770][SQL][TESTS][2.4] Fix the `ALTER TABLE .. DROP PARTITION` tests that delete files out of partition path

2020-12-14 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch branch-2.4 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-2.4 by this push: new 2964626

[spark] branch branch-3.1 updated: [SPARK-33716][K8S] Fix potential race condition during pod termination

2020-12-14 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon 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 b44e650 [SPARK-33716][K8S] Fix

[spark] branch master updated (cd0356df -> bf2c88c)

2020-12-14 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 cd0356df [SPARK-33673][SQL] Avoid push down partition filters to ParquetScan for DataSourceV2 add bf2c88c

[spark] branch master updated (a84c8d8 -> cd0356df)

2020-12-14 Thread yumwang
This is an automated email from the ASF dual-hosted git repository. yumwang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from a84c8d8 [SPARK-33751][SQL] Migrate ALTER VIEW ... AS command to use UnresolvedView to resolve the identifier

[spark] branch branch-3.0 updated: [SPARK-33770][SQL][TESTS][3.1][3.0] Fix the `ALTER TABLE .. DROP PARTITION` tests that delete files out of partition path

2020-12-14 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 d652b47

[spark] branch branch-3.1 updated (1559135 -> 01294f8)

2020-12-14 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a change to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/spark.git. from 1559135 [SPARK-33142][SPARK-33647][SQL][FOLLOW-UP] Add docs and test cases add 01294f8

[spark] branch master updated (b7c8210 -> a84c8d8)

2020-12-14 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 b7c8210 [SPARK-33142][SPARK-33647][SQL][FOLLOW-UP] Add docs and test cases add a84c8d8 [SPARK-33751][SQL]

[spark] branch branch-3.1 updated: [SPARK-33142][SPARK-33647][SQL][FOLLOW-UP] Add docs and test cases

2020-12-14 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 1559135

[spark] branch master updated (e7fe92f -> b7c8210)

2020-12-14 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 e7fe92f [SPARK-33546][SQL] Enable row format file format validation in CREATE TABLE LIKE add b7c8210

[spark] branch master updated (817f58d -> e7fe92f)

2020-12-14 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 817f58d [SPARK-33768][SQL] Remove `retainData` from `AlterTableDropPartition` add e7fe92f [SPARK-33546][SQL]

[spark] branch master updated (9160d59 -> 817f58d)

2020-12-14 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 9160d59 [SPARK-33770][SQL][TESTS] Fix the `ALTER TABLE .. DROP PARTITION` tests that delete files out of partition