[spark] branch branch-3.3 updated: [SPARK-40152][SQL] Fix split_part codegen compilation issue

2022-08-21 Thread srowen
This is an automated email from the ASF dual-hosted git repository. srowen 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 233a54d0ab3 [SPARK-40152][SQL] Fix

[spark] branch master updated: [SPARK-40152][SQL] Fix split_part codegen compilation issue

2022-08-21 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 cf1a80eeae8 [SPARK-40152][SQL] Fix split_part

[spark] branch master updated: [SPARK-40163][SQL] feat: SparkSession.config(Map)

2022-08-21 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 ec4d0ced0b9 [SPARK-40163][SQL] feat:

[spark] branch master updated (3ed382f3919 -> 36921910ace)

2022-08-21 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 3ed382f3919 [SPARK-40165][BUILD] Update test plugins to latest versions add 36921910ace [SPARK-40162][BUILD]

[spark] branch master updated: [SPARK-40165][BUILD] Update test plugins to latest versions

2022-08-21 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 3ed382f3919 [SPARK-40165][BUILD] Update test

[spark] branch master updated (e69b2df7a3b -> cde71aaf173)

2022-08-21 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 e69b2df7a3b [SPARK-40161][PS] Make Series.mode apply PandasMode add cde71aaf173 [SPARK-39833][SQL] Disable

[spark] branch branch-3.2 updated: [SPARK-39833][SQL] Disable Parquet column index in DSv1 to fix a correctness issue in the case of overlapping partition and data columns

2022-08-21 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 e8a578ac757 [SPARK-39833][SQL]

[spark] branch branch-3.3 updated: [SPARK-39833][SQL] Disable Parquet column index in DSv1 to fix a correctness issue in the case of overlapping partition and data columns

2022-08-21 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 7c69614f067 [SPARK-39833][SQL]

[spark] branch master updated: [SPARK-40161][PS] Make Series.mode apply PandasMode

2022-08-21 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 e69b2df7a3b [SPARK-40161][PS] Make

[spark] branch master updated: [SPARK-39925][SQL] Add array_sort(column, comparator) overload to DataFrame operations

2022-08-21 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 1e26abf824b [SPARK-39925][SQL] Add