[spark] branch master updated: [SPARK-39449][SQL] Propagate empty relation through Window

2022-06-23 Thread yumwang
This is an automated email from the ASF dual-hosted git repository. yumwang 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 a077701d4cc [SPARK-39449][SQL] Propagate empty

[spark] branch master updated: [SPARK-39511][SQL] Enhance push down local limit 1 for right side of left semi/anti join if join condition is empty

2022-06-23 Thread yumwang
This is an automated email from the ASF dual-hosted git repository. yumwang 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 0cc732a262e [SPARK-39511][SQL] Enhance push

[spark] branch master updated: [SPARK-39519][SPARK-39387][SQL][TESTS] Ignore flaky test `: BytesColumnVector should not throw RuntimeException due to overflow`

2022-06-23 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 51194d883c6

[spark] branch master updated: [SPARK-39383][SQL] Support DEFAULT columns in ALTER TABLE ALTER COLUMNS to V2 data sources

2022-06-23 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 3ed55ffc901 [SPARK-39383][SQL] Support

[spark] branch master updated: [SPARK-39572][PYTHON][TESTS] Fix `test_daemon.py` to support IPv6

2022-06-23 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 5e793852913 [SPARK-39572][PYTHON][TESTS] Fix

[spark] branch master updated: [SPARK-39555][PYTHON] Make createTable and listTables in the python side support 3-layer-namespace

2022-06-23 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 b2d249b1aa2 [SPARK-39555][PYTHON] Make

[spark] branch master updated: [SPARK-39571][K8S] Add `net-tools` to Spark docker files

2022-06-23 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 e406628d380 [SPARK-39571][K8S] Add `net-tools`

[spark] branch master updated: [SPARK-39566][CORE][YARN] Improve YARN cluster mode to support IPv6

2022-06-23 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 a3fdf3b107b [SPARK-39566][CORE][YARN] Improve

[GitHub] [spark-website] srowen commented on a diff in pull request #400: [SPARK-39512] Document docker image release steps

2022-06-23 Thread GitBox
srowen commented on code in PR #400: URL: https://github.com/apache/spark-website/pull/400#discussion_r904998278 ## site/sitemap.xml: ## @@ -941,27 +941,27 @@ weekly - https://spark.apache.org/graphx/ + https://spark.apache.org/news/ Review Comment: @holdenk just

[spark] branch master updated (4718d59c6c4 -> b581b1499ab)

2022-06-23 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 4718d59c6c4 [SPARK-39548][SQL] CreateView Command with a window clause query hit a wrong window definition not found