[spark] branch branch-3.1 updated: [SPARK-40043][PYTHON][SS][DOCS] Document DataStreamWriter.toTable and DataStreamReader.table

2022-08-10 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 624277640ff [SPARK-40043][PYTHON][SS][

[spark] branch branch-3.2 updated: [SPARK-40043][PYTHON][SS][DOCS] Document DataStreamWriter.toTable and DataStreamReader.table

2022-08-10 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 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 0f3107d5f5b [SPARK-40043][PYTHON][SS][

[spark] branch branch-3.3 updated: [SPARK-40043][PYTHON][SS][DOCS] Document DataStreamWriter.toTable and DataStreamReader.table

2022-08-10 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 248e8b49b11 [SPARK-40043][PYTHON][SS][

[spark] branch master updated: [SPARK-40043][PYTHON][SS][DOCS] Document DataStreamWriter.toTable and DataStreamReader.table

2022-08-10 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 447003324d2 [SPARK-40043][PYTHON][SS][DOCS] Do

[spark] branch master updated (c4a35bb93b3 -> 7ae2b85c485)

2022-08-10 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 c4a35bb93b3 [SPARK-40041][PYTHON][DOCS] Add document parameters for pyspark.sql.window add 7ae2b85c485 [SPARK-40

[spark] branch master updated: [SPARK-40041][PYTHON][DOCS] Add document parameters for pyspark.sql.window

2022-08-10 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 c4a35bb93b3 [SPARK-40041][PYTHON][DOCS] Add do

[spark] branch master updated: [SPARK-40020][SQL] Centralize the code of qualifying identifiers in SessionCatalog

2022-08-10 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 abaec2804fb [SPARK-40020][SQL] Centralize the co

[spark] branch master updated: [SPARK-39895][SQL][PYTHON] Support multiple column drop

2022-08-10 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 69f402ad808 [SPARK-39895][SQL][PYTHON] Support

[spark] branch master updated: [SPARK-38899][SQL][FOLLOWUP] Fix bug extract datetime in DS V2 pushdown

2022-08-10 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 5dadf52beb8 [SPARK-38899][SQL][FOLLOWUP] Fix bug

[spark] branch master updated: [SPARK-39983][CORE][SQL] Do not cache unserialized broadcast relations on the driver

2022-08-10 Thread joshrosen
This is an automated email from the ASF dual-hosted git repository. joshrosen 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 e17d8ecabca [SPARK-39983][CORE][SQL] Do not ca

[spark] branch master updated: [SPARK-39743][DOCS] Improve `spark.io.compression.(lz4|snappy|zstd)` conf scope description

2022-08-10 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 25759a0de6d [SPARK-39743][DOCS] Improve `spark

[spark] branch master updated: [SPARK-38503][K8S] Warn if `VolcanoFeatureStep.getAdditionalPreKubernetesResources` is used in executor side

2022-08-10 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 b65c8a106e2 [SPARK-38503][K8S] Warn if `Volcan

[spark] branch master updated (36a269d1ce6 -> b07ef74feb4)

2022-08-10 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 36a269d1ce6 [SPARK-39887][SQL] RemoveRedundantAliases should keep aliases that make the output of projection nodes

[spark] branch master updated (ee2bf788ea3 -> 36a269d1ce6)

2022-08-10 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 ee2bf788ea3 [SPARK-40008][SQL][FOLLOWUP] Fix codegen of casting integrals to ANSI intervals add 36a269d1ce6 [SPA

[spark] branch master updated: [SPARK-40008][SQL][FOLLOWUP] Fix codegen of casting integrals to ANSI intervals

2022-08-10 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 ee2bf788ea3 [SPARK-40008][SQL][FOLLOWUP] Fix cod

[spark] branch master updated: [SPARK-38910][YARN] Clean spark staging before unregister

2022-08-10 Thread tgraves
This is an automated email from the ASF dual-hosted git repository. tgraves 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 2d730ab9df1 [SPARK-38910][YARN] Clean spark stag

[spark] branch master updated: [SPARK-39734][SPARK-36259][SPARK-39733][SPARK-37348][PYTHON] Functions Parity between PySpark and SQL

2022-08-10 Thread ruifengz
This is an automated email from the ASF dual-hosted git repository. ruifengz 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 f8b15395cf3 [SPARK-39734][SPARK-36259][SPARK-3

[spark] branch master updated (47042d25290 -> 7dbfda7da4f)

2022-08-10 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 47042d25290 [SPARK-40028][SQL] Add binary examples for string expressions add 7dbfda7da4f [SPARK-40030][BUILD]