[spark] branch branch-3.3 updated: [SPARK-39226][SQL] Fix the precision of the return type of round-like functions

2022-05-18 Thread gengliang
This is an automated email from the ASF dual-hosted git repository. gengliang 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 77b131396b7 [SPARK-39226][SQL] Fix

[spark] branch master updated: [SPARK-39226][SQL] Fix the precision of the return type of round-like functions

2022-05-18 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 ee0aecca05a [SPARK-39226][SQL] Fix the

[spark] branch master updated: [SPARK-39224][CORE] Lower general ProcfsMetricsGetter error log levels except `/proc/` lookup error

2022-05-18 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 ff2a822fc4f [SPARK-39224][CORE] Lower general

[spark] branch branch-3.1 updated: [SPARK-39219][DOC] Promote Structured Streaming over DStream

2022-05-18 Thread kabhwan
This is an automated email from the ASF dual-hosted git repository. kabhwan 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 3362ea0bb87 [SPARK-39219][DOC] Promote

[spark] branch branch-3.2 updated: [SPARK-39219][DOC] Promote Structured Streaming over DStream

2022-05-18 Thread kabhwan
This is an automated email from the ASF dual-hosted git repository. kabhwan pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new 6587d294276 [SPARK-39219][DOC] Promote

[spark] branch branch-3.3 updated: [SPARK-39219][DOC] Promote Structured Streaming over DStream

2022-05-18 Thread kabhwan
This is an automated email from the ASF dual-hosted git repository. kabhwan 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 69b7e1a1159 [SPARK-39219][DOC] Promote

[spark] branch master updated: [SPARK-39219][DOC] Promote Structured Streaming over DStream

2022-05-18 Thread kabhwan
This is an automated email from the ASF dual-hosted git repository. kabhwan 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 7d153392db2 [SPARK-39219][DOC] Promote

[GitHub] [spark-website] HeartSaVioR commented on pull request #389: [SPARK-39219] Promote Structured Streaming over Spark Streaming (DStream)

2022-05-18 Thread GitBox
HeartSaVioR commented on PR #389: URL: https://github.com/apache/spark-website/pull/389#issuecomment-1131056571 Thanks @gengliangwang for merging this! -- 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

[GitHub] [spark-website] gengliangwang commented on pull request #389: [SPARK-39219] Promote Structured Streaming over Spark Streaming (DStream)

2022-05-18 Thread GitBox
gengliangwang commented on PR #389: URL: https://github.com/apache/spark-website/pull/389#issuecomment-1130980503 Build passed. Merged to ASF site. -- 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

[spark-website] branch asf-site updated: [SPARK-39219] Promote Structured Streaming over Spark Streaming (DStream) (#389)

2022-05-18 Thread gengliang
for their workloads. Here are screenshots of pages this PR changes. ![screenshot-spark-new-faq-page-20220518](https://user-images.githubusercontent.com/1317309/168956325-32750af1-23aa-4605-8ee7-f53d7b06e5ea.png) ![screenshot-spark-new-streaming-page-20220519-1](https://user

[GitHub] [spark-website] gengliangwang merged pull request #389: [SPARK-39219] Promote Structured Streaming over Spark Streaming (DStream)

2022-05-18 Thread GitBox
gengliangwang merged PR #389: URL: https://github.com/apache/spark-website/pull/389 -- 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 unsubscribe, e-mail:

[GitHub] [spark-website] HeartSaVioR commented on pull request #389: [SPARK-39219] Promote Structured Streaming over Spark Streaming (DStream)

2022-05-18 Thread GitBox
HeartSaVioR commented on PR #389: URL: https://github.com/apache/spark-website/pull/389#issuecomment-1130910779 Thanks everyone for reviewing! I'll merge this once the build passes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [spark-website] HeartSaVioR commented on a diff in pull request #389: [SPARK-39219] Promote Structured Streaming over Spark Streaming (DStream)

2022-05-18 Thread GitBox
HeartSaVioR commented on code in PR #389: URL: https://github.com/apache/spark-website/pull/389#discussion_r876501507 ## site/streaming/index.html: ## @@ -125,135 +125,98 @@ - Spark streaming makes it easy to build scalable fault-tolerant streaming -

[spark] branch master updated: [SPARK-39168][PYTHON] Use all values in a python list when inferring ArrayType schema

2022-05-18 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 17a39d08ce6 [SPARK-39168][PYTHON] Use all

[spark] branch master updated (7ba73bf14c3 -> 4677cbcf546)

2022-05-18 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 7ba73bf14c3 [SPARK-39119][BUILD] Upgrade Hadoop to 3.3.3 add 4677cbcf546 [MINOR][SQL] Fix typos and formatting in

[spark] branch master updated: [SPARK-39119][BUILD] Upgrade Hadoop to 3.3.3

2022-05-18 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 7ba73bf14c3 [SPARK-39119][BUILD] Upgrade

[spark] branch branch-3.3 updated (b5ce32f41f9 -> 47c47b6e864)

2022-05-18 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk pushed a change to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/spark.git from b5ce32f41f9 [SPARK-39162][SQL][3.3] Jdbc dialect should decide which function could be pushed down add

[spark] branch master updated (30cf796bdb0 -> 96f4b7dbc1f)

2022-05-18 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 30cf796bdb0 [BUILD] When building spark project, remove spark-tags-tests.jar from… add 96f4b7dbc1f

[GitHub] [spark-website] dongjoon-hyun commented on pull request #389: [SPARK-39219] Promote Structured Streaming over Spark Streaming (DStream)

2022-05-18 Thread GitBox
dongjoon-hyun commented on PR #389: URL: https://github.com/apache/spark-website/pull/389#issuecomment-1130218748 Thank you, @HeartSaVioR . -- 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

[spark] branch master updated: [BUILD] When building spark project, remove spark-tags-tests.jar from…

2022-05-18 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 30cf796bdb0 [BUILD] When building spark project,

[spark] branch branch-3.3 updated: [SPARK-39162][SQL][3.3] Jdbc dialect should decide which function could be pushed down

2022-05-18 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 b5ce32f41f9 [SPARK-39162][SQL][3.3]

[spark] branch branch-3.3 updated: [SPARK-39210][SQL] Provide query context of Decimal overflow in AVG when WSCG is off

2022-05-18 Thread gengliang
This is an automated email from the ASF dual-hosted git repository. gengliang 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 ec6fc741957 [SPARK-39210][SQL]

[spark] branch master updated: [SPARK-39210][SQL] Provide query context of Decimal overflow in AVG when WSCG is off

2022-05-18 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 8b5b3e95f87 [SPARK-39210][SQL] Provide query

[spark] branch master updated (5fab58f0429 -> 28e7764bbe6)

2022-05-18 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 5fab58f0429 [SPARK-38961][PYTHON][DOCS] Enhance to automatically generate the the pandas API support list add

[spark] branch branch-3.3 updated: [SPARK-39215][PYTHON] Reduce Py4J calls in pyspark.sql.utils.is_timestamp_ntz_preferred

2022-05-18 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 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 72eb58ae224 [SPARK-39215][PYTHON]

[GitHub] [spark-website] HeartSaVioR commented on a diff in pull request #389: [SPARK-39219] Promote Structured Streaming over Spark Streaming (DStream)

2022-05-18 Thread GitBox
HeartSaVioR commented on code in PR #389: URL: https://github.com/apache/spark-website/pull/389#discussion_r875629915 ## site/streaming/index.html: ## @@ -125,135 +125,98 @@ - Spark streaming makes it easy to build scalable fault-tolerant streaming -

[GitHub] [spark-website] HeartSaVioR commented on a diff in pull request #389: [SPARK-39219] Promote Structured Streaming over Spark Streaming (DStream)

2022-05-18 Thread GitBox
HeartSaVioR commented on code in PR #389: URL: https://github.com/apache/spark-website/pull/389#discussion_r875607350 ## site/streaming/index.html: ## @@ -125,135 +125,98 @@ - Spark streaming makes it easy to build scalable fault-tolerant streaming -

[GitHub] [spark-website] HeartSaVioR commented on a diff in pull request #389: [SPARK-39219] Promote Structured Streaming over Spark Streaming (DStream)

2022-05-18 Thread GitBox
HeartSaVioR commented on code in PR #389: URL: https://github.com/apache/spark-website/pull/389#discussion_r875574247 ## site/streaming/index.html: ## @@ -125,135 +125,98 @@ - Spark streaming makes it easy to build scalable fault-tolerant streaming -

[GitHub] [spark-website] gengliangwang commented on pull request #389: [SPARK-39219] Promote Structured Streaming over Spark Streaming (DStream)

2022-05-18 Thread GitBox
gengliangwang commented on PR #389: URL: https://github.com/apache/spark-website/pull/389#issuecomment-1129679684 This is great! LGTM exception comments in the code example. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [spark-website] gengliangwang commented on a diff in pull request #389: [SPARK-39219] Promote Structured Streaming over Spark Streaming (DStream)

2022-05-18 Thread GitBox
gengliangwang commented on code in PR #389: URL: https://github.com/apache/spark-website/pull/389#discussion_r875569794 ## site/streaming/index.html: ## @@ -125,135 +125,98 @@ - Spark streaming makes it easy to build scalable fault-tolerant streaming -

[GitHub] [spark-website] gengliangwang commented on a diff in pull request #389: [SPARK-39219] Promote Structured Streaming over Spark Streaming (DStream)

2022-05-18 Thread GitBox
gengliangwang commented on code in PR #389: URL: https://github.com/apache/spark-website/pull/389#discussion_r875567937 ## site/streaming/index.html: ## @@ -125,135 +125,98 @@ - Spark streaming makes it easy to build scalable fault-tolerant streaming -