[spark] branch master updated: [SPARK-41733][SQL][SS] Apply tree-pattern based pruning for the rule ResolveWindowTime

2022-12-27 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 87a235c2143 [SPARK-41733][SQL][SS] Apply

[spark] branch master updated: [MINOR][CONNECT] Regenerate Protobuf for Python

2022-12-27 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 5141a7c3942 [MINOR][CONNECT] Regenerate

[spark] branch master updated (bd9293ce1cf -> 593917f5664)

2022-12-27 Thread ruifengz
This is an automated email from the ASF dual-hosted git repository. ruifengz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git from bd9293ce1cf [SPARK-41734][CONNECT] Add a parent message for Catalog add 593917f5664

[spark] branch master updated (e5508443f66 -> bd9293ce1cf)

2022-12-27 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 e5508443f66 [SPARK-41729][CORE][SQL] Rename `_LEGACY_ERROR_TEMP_0011` to

[spark] branch master updated: [SPARK-41729][CORE][SQL] Rename `_LEGACY_ERROR_TEMP_0011` to `UNSUPPORTED_FEATURE.COMBINATION_QUERY_RESULT_CLAUSES`

2022-12-27 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 e5508443f66 [SPARK-41729][CORE][SQL] Rename

[spark] branch master updated: [SPARK-41732][SQL][SS] Apply tree-pattern based pruning for the rule SessionWindowing

2022-12-27 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 d28068434c9 [SPARK-41732][SQL][SS] Apply

[spark] branch master updated (d64edb1a284 -> dba3376c5d4)

2022-12-27 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 d64edb1a284 [SPARK-41654][CONNECT][TESTS] Enable doctests for pyspark.sql.connect.window add dba3376c5d4

[spark] branch master updated (b219f27586b -> d64edb1a284)

2022-12-27 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 b219f27586b [SPARK-41469][CORE] Avoid unnecessary task rerun on decommissioned executor lost if shuffle data

[spark] branch master updated: [SPARK-41469][CORE] Avoid unnecessary task rerun on decommissioned executor lost if shuffle data migrated

2022-12-27 Thread mridulm80
This is an automated email from the ASF dual-hosted git repository. mridulm80 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 b219f27586b [SPARK-41469][CORE] Avoid

[spark] branch master updated: [SPARK-41714][BUILD] Update maven-checkstyle-plugin from 3.1.2 to 3.2.0

2022-12-27 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 37788b780a5 [SPARK-41714][BUILD] Update

[spark] branch master updated: [SPARK-41643][CONNECT][PYTHON][FOLLOWUP] Deduplicate docstrings of `Column.over`

2022-12-27 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 b0dfa291a57

[spark] branch master updated: [SPARK-41731][CONNECT][PYTHON] Implement the column accessor

2022-12-27 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 57052f56db8 [SPARK-41731][CONNECT][PYTHON]

[spark] branch master updated (9a8a98a83b7 -> acbda753cf2)

2022-12-27 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 9a8a98a83b7 [SPARK-41378][SQL][FOLLOWUP][UNCHECKED] Fix compilation warning about ` unchecked conversion` add

[spark] branch master updated (b5e645363ac -> 9a8a98a83b7)

2022-12-27 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 b5e645363ac [SPARK-41728][CONNECT][PYTHON] Implement `unwrap_udt` function add 9a8a98a83b7

[spark] branch master updated: [SPARK-41728][CONNECT][PYTHON] Implement `unwrap_udt` function

2022-12-27 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 b5e645363ac [SPARK-41728][CONNECT][PYTHON]

[spark] branch master updated (72de244fefd -> 941e9e47298)

2022-12-27 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 72de244fefd [SPARK-41649][CONNECT][FOLLOWUP] Deduplicate docstrings in pyspark.sql.connect.window add

[spark] branch master updated: [SPARK-41649][CONNECT][FOLLOWUP] Deduplicate docstrings in pyspark.sql.connect.window

2022-12-27 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 72de244fefd [SPARK-41649][CONNECT][FOLLOWUP]