[spark] branch master updated: [SPARK-39468][CORE] Improve `RpcAddress` to add `[]` to `IPv6` if needed

2022-06-14 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 7cfc40fff6a [SPARK-39468][CORE] Improve

[GitHub] [spark-website] mateiz commented on pull request #392: Add Shop section in the community page

2022-06-14 Thread GitBox
mateiz commented on PR #392: URL: https://github.com/apache/spark-website/pull/392#issuecomment-1155917954 Looks good! -- 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

[GitHub] [spark-website] yaooqinn commented on pull request #392: Add Shop section in the community page

2022-06-14 Thread GitBox
yaooqinn commented on PR #392: URL: https://github.com/apache/spark-website/pull/392#issuecomment-1155917434 late +1 -- 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

[spark] branch master updated: [SPARK-39444][SQL] Add OptimizeSubqueries into nonExcludableRules list

2022-06-14 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 70a98eeb8e1 [SPARK-39444][SQL] Add

[spark-website] branch asf-site updated: Add Shop section in the community page

2022-06-14 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 ad3e79d1d Add Shop section in the

[GitHub] [spark-website] srowen closed pull request #392: Add Shop section in the community page

2022-06-14 Thread GitBox
srowen closed pull request #392: Add Shop section in the community page URL: https://github.com/apache/spark-website/pull/392 -- 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.

[GitHub] [spark-website] gengliangwang commented on pull request #392: Add Shop section in the community page

2022-06-14 Thread GitBox
gengliangwang commented on PR #392: URL: https://github.com/apache/spark-website/pull/392#issuecomment-1155748443 cc @mateiz as well -- 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

[GitHub] [spark-website] gengliangwang opened a new pull request, #392: Add Shop section in the community page

2022-06-14 Thread GitBox
gengliangwang opened a new pull request, #392: URL: https://github.com/apache/spark-website/pull/392 To promote the Apache Spark swag, this PR adds a Shop section on the community page: https://spark.apache.org/community.html The logo and the first sentence are from

[spark] branch master updated: [SPARK-39397][SQL] Relax AliasAwareOutputExpression to support alias with expression

2022-06-14 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 683179c6813 [SPARK-39397][SQL] Relax

[spark] branch master updated: [SPARK-39466][CORE][TESTS] Ensure clean `core/temp-secrets/` directory after `SecurityManagerSuite`

2022-06-14 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 d966154af2b [SPARK-39466][CORE][TESTS] Ensure

[spark] branch master updated: [SPARK-39464][CORE][TESTS] Use `Utils.localCanonicalHostName` instead of `localhost` in tests

2022-06-14 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 7346fb184e2 [SPARK-39464][CORE][TESTS] Use

[spark] branch master updated: [SPARK-39298][CORE][SQL][DSTREAM][GRAPHX][ML][MLLIB][SS][YARN] Replace constructing ranges of collection indices manually with `.indices`

2022-06-14 Thread srowen
This is an automated email from the ASF dual-hosted git repository. srowen 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 5556cfc59aa

[spark] branch master updated: [SPARK-39459][CORE] `local*HostName*` methods should support `IPv6`

2022-06-14 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 f8c544b9ef7 [SPARK-39459][CORE]

[spark] branch master updated (0b785b3c773 -> a9b2a2e92b3)

2022-06-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 0b785b3c773 [SPARK-39448][SQL] Add `ReplaceCTERefWithRepartition` into `nonExcludableRules` list add

[spark] branch branch-3.3 updated: [SPARK-39448][SQL] Add `ReplaceCTERefWithRepartition` into `nonExcludableRules` list

2022-06-14 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a commit to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.3 by this push: new bb0cce990c2 [SPARK-39448][SQL] Add

[spark] branch master updated: [SPARK-39448][SQL] Add `ReplaceCTERefWithRepartition` into `nonExcludableRules` list

2022-06-14 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 0b785b3c773 [SPARK-39448][SQL] Add

[spark] branch master updated: [MINOR][SQL] Updated `ErrorInfo` and `ErrorSubInfo` comments and indentation

2022-06-14 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 99f6f77168f [MINOR][SQL] Updated `ErrorInfo`

[spark] branch master updated: [SPARK-39463][CORE][TESTS] Use `UUID` for test database location in `JavaJdbcRDDSuite`

2022-06-14 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 f1d45f12aee [SPARK-39463][CORE][TESTS] Use