(spark) branch master updated: [SPARK-46507][PS][TESTS] Split `IndexesSlowTests` into multiple tests

2023-12-25 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 5ba6e106b858 [SPARK-46507][PS][TESTS] Split

(spark) branch master updated: [SPARK-46444][SQL] V2SessionCatalog#createTable should not load the table

2023-12-25 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 d8fb91e61352 [SPARK-46444][SQL]

(spark) branch master updated: [MINOR][DOCS] Fix rst link in Python API docs for .sql()

2023-12-25 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 05c48e7450a9 [MINOR][DOCS] Fix rst link in

(spark) branch master updated: [SPARK-45597][PYTHON][SQL][FOLLOW-UP] Minor deduplicate datasource checking logic

2023-12-25 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 ca147d2f30ee

(spark) branch master updated (4911a5bad4ac -> 41383e974d86)

2023-12-25 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 4911a5bad4ac [SPARK-46505][CONNECT] Make bytes threshold configurable in `ProtoUtils.abbreviate` add

(spark) branch master updated: [SPARK-46505][CONNECT] Make bytes threshold configurable in `ProtoUtils.abbreviate`

2023-12-25 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 4911a5bad4ac [SPARK-46505][CONNECT] Make bytes

(spark) branch master updated (3ee2db8f0bee -> 439ec6b954b4)

2023-12-25 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 3ee2db8f0bee [MINOR][DOCS] Python docs also require Pandoc add 439ec6b954b4

(spark) branch master updated: [MINOR][DOCS] Python docs also require Pandoc

2023-12-25 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 3ee2db8f0bee [MINOR][DOCS] Python docs also

(spark) branch master updated: [SPARK-46503][PS][TESTS] Move `test_default_index` to `pyspark.pandas.tests.indexes.*`

2023-12-25 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 6e3b9f74229e [SPARK-46503][PS][TESTS] Move

(spark) branch master updated: [SPARK-40876][SQL][TESTS][FOLLOWUP] Fix failed test in `ParquetTypeWideningSuite` when `SPARK_ANSI_SQL_MODE` is set to true

2023-12-25 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 c1888cdf5361

(spark) branch master updated: [SPARK-46501][INFRA] List the python packages with the correct versions

2023-12-25 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 bb85bbcf16f7 [SPARK-46501][INFRA] List the

(spark) branch master updated (768aba1d0582 -> e314d3cd82d6)

2023-12-25 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 768aba1d0582 [SPARK-46475][BUILD] Upgrade RoaringBitmap to 1.0.1 add e314d3cd82d6 [SPARK-46497][SQL][TESTS]

(spark) branch master updated (a546ff4bbe5e -> 768aba1d0582)

2023-12-25 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 a546ff4bbe5e [SPARK-46499][BUILD] Bump sbt-eclipse 6.2.0 add 768aba1d0582 [SPARK-46475][BUILD] Upgrade

(spark) branch master updated: [SPARK-46499][BUILD] Bump sbt-eclipse 6.2.0

2023-12-25 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 a546ff4bbe5e [SPARK-46499][BUILD] Bump

(spark) branch master updated: [SPARK-46488][SQL] Skipping trimAll call during timestamp parsing

2023-12-25 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 1a7a2f7a889f [SPARK-46488][SQL] Skipping

(spark) branch master updated: [SPARK-46481] Execute immediate VariableReference foldable

2023-12-25 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 c1d3fc1de30e [SPARK-46481] Execute immediate

(spark) branch master updated: [MINOR][INFRA] Comments in GitHub scripts should start with #

2023-12-25 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 d1a333d554ad [MINOR][INFRA] Comments in GitHub

(spark) branch master updated: [SPARK-46500][PS][TESTS] Reorganize `FrameParityPivotTests`

2023-12-25 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 d85ad1c14182 [SPARK-46500][PS][TESTS]