[spark] branch master updated: [SPARK-42156][CONNECT] SparkConnectClient supports RetryPolicies now

2023-01-30 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 068111f61fa [SPARK-42156][CONNECT]

[spark] branch branch-3.4 updated: [SPARK-42156][CONNECT] SparkConnectClient supports RetryPolicies now

2023-01-30 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 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 d646ca3de6f [SPARK-42156][CONNECT]

[spark] branch branch-3.4 updated: [SPARK-42243][SQL] Use `spark.sql.inferTimestampNTZInDataSources.enabled` to infer timestamp type on partition columns

2023-01-30 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 0e7c35c279c [SPARK-42243][SQL] Use

[spark] branch master updated: [SPARK-42243][SQL] Use `spark.sql.inferTimestampNTZInDataSources.enabled` to infer timestamp type on partition columns

2023-01-30 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 b509ad15714 [SPARK-42243][SQL] Use

[spark] branch branch-3.4 updated: [SPARK-42023][SPARK-42024][CONNECT][PYTHON] Make `createDataFrame` support `AtomicType -> StringType` coercion

2023-01-30 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 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 e34012b1be6

[spark] branch master updated: [SPARK-42023][SPARK-42024][CONNECT][PYTHON] Make `createDataFrame` support `AtomicType -> StringType` coercion

2023-01-30 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 d0f5f1dc694

[spark] branch branch-3.4 updated: [SPARK-41219][SQL] IntegralDivide use decimal(1, 0) to represent 0

2023-01-30 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 e3a02a1b6e1 [SPARK-41219][SQL]

[spark] branch master updated: [SPARK-41219][SQL] IntegralDivide use decimal(1, 0) to represent 0

2023-01-30 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 a056f694386 [SPARK-41219][SQL] IntegralDivide

[spark] branch branch-3.4 updated: [SPARK-42231][SQL] Turn `MISSING_STATIC_PARTITION_COLUMN` into `internalError`

2023-01-30 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 29b28186001 [SPARK-42231][SQL] Turn

[spark] branch master updated: [SPARK-42231][SQL] Turn `MISSING_STATIC_PARTITION_COLUMN` into `internalError`

2023-01-30 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 e5933448ac0 [SPARK-42231][SQL] Turn

[spark] branch branch-3.4 updated: [SPARK-42163][SQL] Fix schema pruning for non-foldable array index or map key

2023-01-30 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 1d6b2a07fe5 [SPARK-42163][SQL] Fix

[spark] branch master updated: [SPARK-42163][SQL] Fix schema pruning for non-foldable array index or map key

2023-01-30 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 16cfa092d2c [SPARK-42163][SQL] Fix schema

[spark] branch branch-3.4 updated: [SPARK-42202][CONNECT][TEST] Improve the E2E test server stop logic

2023-01-30 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell 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 fb2274a166c

[spark] branch master updated: [SPARK-42202][CONNECT][TEST] Improve the E2E test server stop logic

2023-01-30 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell 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 3a0ec35c724 [SPARK-42202][CONNECT][TEST]

[spark] branch branch-3.4 updated: [SPARK-42125][CONNECT][PYTHON] Pandas UDF in Spark Connect

2023-01-30 Thread xinrong
This is an automated email from the ASF dual-hosted git repository. xinrong 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 f599c9daeb0

[spark] branch master updated: [SPARK-42125][CONNECT][PYTHON] Pandas UDF in Spark Connect

2023-01-30 Thread xinrong
This is an automated email from the ASF dual-hosted git repository. xinrong 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 0db63df2b28 [SPARK-42125][CONNECT][PYTHON]

[spark] branch branch-3.4 updated: [SPARK-42241][CONNECT][TESTS] Fix the find connect jar condition in `SparkConnectServerUtils#findSparkConnectJar` for maven

2023-01-30 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 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 049c95f6fb6

[spark] branch master updated (3887e71d588 -> a98ac25c921)

2023-01-30 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 3887e71d588 [SPARK-41970][SQL][FOLLOWUP] Revert SparkPath changes to FileIndex and FileRelation add

[spark] branch branch-3.4 updated: [SPARK-41970][SQL][FOLLOWUP] Revert SparkPath changes to FileIndex and FileRelation

2023-01-30 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 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 b553b0ec2ed

[spark] branch master updated (a1362b19094 -> 3887e71d588)

2023-01-30 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 a1362b19094 [SPARK-42192][PYTHON] Migrate the `TypeError` from `pyspark/sql/dataframe.py` into `PySparkTypeError`

[spark] branch branch-3.4 updated: [SPARK-42192][PYTHON] Migrate the `TypeError` from `pyspark/sql/dataframe.py` into `PySparkTypeError`

2023-01-30 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 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 42e183f3859 [SPARK-42192][PYTHON]

[spark] branch master updated (973b3d56aee -> a1362b19094)

2023-01-30 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 973b3d56aee [SPARK-42221][SQL] Introduce a new conf for TimestampNTZ schema inference in JSON/CSV add

[spark] branch branch-3.4 updated: [SPARK-42221][SQL] Introduce a new conf for TimestampNTZ schema inference in JSON/CSV

2023-01-30 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 fef6c062c42 [SPARK-42221][SQL]

[spark] branch master updated: [SPARK-42221][SQL] Introduce a new conf for TimestampNTZ schema inference in JSON/CSV

2023-01-30 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 973b3d56aee [SPARK-42221][SQL] Introduce a

[spark] branch branch-3.3 updated: [SPARK-42230][INFRA][FOLLOWUP] Add `GITHUB_PREV_SHA` and `APACHE_SPARK_REF` to lint job

2023-01-30 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon 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 0bb8f22c0d9

[spark] branch branch-3.4 updated: [SPARK-42230][INFRA][FOLLOWUP] Add `GITHUB_PREV_SHA` and `APACHE_SPARK_REF` to lint job

2023-01-30 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon 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 a16ab92bc9e

[spark] branch master updated: [SPARK-42230][INFRA][FOLLOWUP] Add `GITHUB_PREV_SHA` and `APACHE_SPARK_REF` to lint job

2023-01-30 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 1304a3329d7 [SPARK-42230][INFRA][FOLLOWUP] Add

[spark] branch master updated: [SPARK-42239][SQL] Integrate `MUST_AGGREGATE_CORRELATED_SCALAR_SUBQUERY`

2023-01-30 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 3aa92fb37e2 [SPARK-42239][SQL] Integrate

[spark] branch branch-3.4 updated: [SPARK-42233][SQL] Improve error message for `PIVOT_AFTER_GROUP_BY`

2023-01-30 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 6b156ac067b [SPARK-42233][SQL] Improve

[spark] branch master updated: [SPARK-42233][SQL] Improve error message for `PIVOT_AFTER_GROUP_BY`

2023-01-30 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 c1bee105866 [SPARK-42233][SQL] Improve error

[spark] branch branch-3.4 updated: [SPARK-42168][3.4][SQL][PYTHON][FOLLOW-UP] Test FlatMapCoGroupsInPandas with Window function

2023-01-30 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 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 837fb7c1210

[spark] branch master updated: [SPARK-41490][SQL] Assign name to _LEGACY_ERROR_TEMP_2441

2023-01-30 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 04517fc803e [SPARK-41490][SQL] Assign name to

[spark] branch branch-3.4 updated: [SPARK-41855][CONNECT][PYTHON][FOLLOWUP] Make `createDataFrame` accept `Decimal('NaN')`

2023-01-30 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 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 545df6d3f89

[spark] branch master updated: [SPARK-41855][CONNECT][PYTHON][FOLLOWUP] Make `createDataFrame` accept `Decimal('NaN')`

2023-01-30 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 fe507139b4a

[spark] branch branch-3.4 updated: [SPARK-42066][SQL] The DATATYPE_MISMATCH error class contains inappropriate and duplicating subclasses

2023-01-30 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 4abeafe0c36 [SPARK-42066][SQL] The

[spark] branch master updated (8b8a5a84453 -> 8fefb621881)

2023-01-30 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 8b8a5a84453 [SPARK-41735][SQL] Use MINIMAL instead of STANDARD for SparkListenerSQLExecutionEnd add 8fefb621881

[spark] branch branch-3.4 updated: [SPARK-41735][SQL] Use MINIMAL instead of STANDARD for SparkListenerSQLExecutionEnd

2023-01-30 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 4573fdfdf61 [SPARK-41735][SQL] Use

[spark] branch master updated: [SPARK-41735][SQL] Use MINIMAL instead of STANDARD for SparkListenerSQLExecutionEnd

2023-01-30 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 8b8a5a84453 [SPARK-41735][SQL] Use MINIMAL