[spark] branch branch-3.4 updated: [SPARK-42777][SQL] Support converting TimestampNTZ catalog stats to plan stats

2023-03-13 Thread gengliang
This is an automated email from the ASF dual-hosted git repository. gengliang pushed a commit to branch branch-3.4 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.4 by this push: new a352507a12c [SPARK-42777][SQL]

[spark] branch master updated: [SPARK-42777][SQL] Support converting TimestampNTZ catalog stats to plan stats

2023-03-13 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 c3ac7824505 [SPARK-42777][SQL] Support

[spark] branch branch-3.4 updated: [SPARK-42773][DOCS][PYTHON] Minor update to 3.4.0 version change message for Spark Connect

2023-03-13 Thread ruifengz
This is an automated email from the ASF dual-hosted git repository. ruifengz pushed a commit to branch branch-3.4 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.4 by this push: new dadb5a5e562

[spark] branch master updated: [SPARK-42773][DOCS][PYTHON] Minor update to 3.4.0 version change message for Spark Connect

2023-03-13 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 c4f7f137ed2 [SPARK-42773][DOCS][PYTHON] Minor

[spark] branch master updated: [SPARK-42597][SQL] Support unwrap date type to timestamp type

2023-03-13 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 ab2ae034dc7 [SPARK-42597][SQL] Support unwrap

[spark] branch master updated (7fccd676a27 -> 1d2c338c867)

2023-03-13 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 7fccd676a27 [SPARK-42101][SQL][FOLLOWUP] Make QueryStageExec more type safe add 1d2c338c867 [SPARK-42769][K8S]

[spark] branch master updated (9c7aa90c771 -> 7fccd676a27)

2023-03-13 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 9c7aa90c771 [SPARK-42577][CORE] Add max attempts limitation for stages to avoid potential infinite retry add

[spark-website] branch asf-site updated: Fix CVE-2022-33891 resolved version

2023-03-13 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 8a3ce1f42d Fix CVE-2022-33891

[spark] branch master updated: [SPARK-42577][CORE] Add max attempts limitation for stages to avoid potential infinite retry

2023-03-13 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 9c7aa90c771 [SPARK-42577][CORE] Add max

[spark] branch branch-3.4 updated: [SPARK-42756][CONNECT][PYTHON] Helper function to convert proto literal to value in Python Client

2023-03-13 Thread ruifengz
This is an automated email from the ASF dual-hosted git repository. ruifengz pushed a commit to branch branch-3.4 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.4 by this push: new ea25bdaeda6

[spark] branch master updated: [SPARK-42756][CONNECT][PYTHON] Helper function to convert proto literal to value in Python Client

2023-03-13 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 617c3554b27 [SPARK-42756][CONNECT][PYTHON]

[spark] branch branch-3.4 updated: [SPARK-42755][CONNECT] Factor literal value conversion out to `connect-common`

2023-03-13 Thread ruifengz
This is an automated email from the ASF dual-hosted git repository. ruifengz pushed a commit to branch branch-3.4 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.4 by this push: new def02cb9da3 [SPARK-42755][CONNECT]

[spark] branch master updated: [SPARK-42755][CONNECT] Factor literal value conversion out to `connect-common`

2023-03-13 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 43caae31dfa [SPARK-42755][CONNECT] Factor

[spark] branch master updated (aea76ce0050 -> 4bb82c452ad)

2023-03-13 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 aea76ce0050 [SPARK-42740][SQL] Fix the bug that pushdown offset or paging is invalid for some built-in dialect