(spark) branch master updated: [SPARK-53127][SQL][FOLLOWUP] Clean up golden files for and add comments for LIMIT ALL in rCTEs

2025-09-27 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 7a0bf9e61bcf [SPARK-53127][SQL][FOLLOWUP] Clean

(spark) branch master updated: [SPARK-46679][SQL] Fix for SparkUnsupportedOperationException Not found an encoder of the type T, when using Parameterized class

2025-09-26 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 65b9da5f3083 [SPARK-46679][SQL] Fix for

(spark) branch master updated: [SPARK-53707] Improve attribute metadata handling

2025-09-26 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 0cad1cd249a6 [SPARK-53707] Improve attribute

(spark) branch master updated: [SPARK-53629][SQL] Implement type widening for MERGE INTO WITH SCHEMA EVOLUTION

2025-09-23 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 fdcd1405a84b [SPARK-53629][SQL] Implement type

(spark) branch master updated: [SPARK-53651][SDP] Add support for persistent views in pipelines

2025-09-22 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 dde895c722af [SPARK-53651][SDP] Add support for

(spark) branch branch-4.0 updated: [SPARK-53553][CONNECT][4.0] Fix handling of null values in LiteralValueProtoConverter

2025-09-22 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a commit to branch branch-4.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-4.0 by this push: new d182ce172d93 [SPARK-53553][CONNECT][4.0

(spark) branch master updated: [SPARK-53578][CONNECT] Simplify data type handling in LiteralValueProtoConverter

2025-09-18 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 db13a38e565b [SPARK-53578][CONNECT] Simplify

(spark) branch master updated: [SPARK-53233][SQL][FOLLOWUP] Add compatibility class/object for org.apache.spark.sql.execution.streaming

2025-09-18 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 589141e3085a [SPARK-53233][SQL][FOLLOWUP] Add

(spark) branch master updated (db13a38e565b -> 4f10262391f8)

2025-09-18 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 db13a38e565b [SPARK-53578][CONNECT] Simplify data type handling in LiteralValueProtoConverter add 4f10262391f8

(spark) branch master updated: [SPARK-53598][SQL] Check the existence of numParts before reading large table property

2025-09-18 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 4b93d4cfd49a [SPARK-53598][SQL] Check the

(spark) branch branch-4.0 updated: [SPARK-53598][SQL] Check the existence of numParts before reading large table property

2025-09-18 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a commit to branch branch-4.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-4.0 by this push: new 7e7b10e00e8a [SPARK-53598][SQL] Check

(spark) branch master updated: [SPARK-53543][SQL][TEST-ONLY] Add more test coverage for `Window` on top of `Aggregate`

2025-09-17 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 81823c28036e [SPARK-53543][SQL][TEST-ONLY] Add

(spark) branch master updated: [SPARK-53526][SQL] Enable SQL scripting by default

2025-09-17 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 cff7baef736d [SPARK-53526][SQL] Enable SQL

(spark) branch master updated (adef6f30fe34 -> 2f305b6817bc)

2025-09-17 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 adef6f30fe34 [SPARK-53479][PS] Align `==` behavior with pandas when comparing against scalar under ANSI add

(spark) branch master updated: [SPARK-53438][CONNECT][SQL] Use CatalystConverter in LiteralExpressionProtoConverter

2025-09-17 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 87a71fabb097 [SPARK-53438][CONNECT][SQL] Use

(spark) branch master updated: [SPARK-53372][SDP] SDP End to End Testing Suite

2025-09-17 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 79a92831cc69 [SPARK-53372][SDP] SDP End to End

(spark) branch master updated: [SPARK-53546][TESTS][FOLLOW-UP] Fix nested array schema evolution and style for InMemoryBaseTable

2025-09-16 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 f57a473a02e4 [SPARK-53546][TESTS][FOLLOW-UP

(spark) branch master updated: [SPARK-53582][SQL] Extend `isExtractable` so it can be applied on `UnresolvedExtractValue`

2025-09-16 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 dbbb54db214d [SPARK-53582][SQL] Extend

(spark) branch master updated (10c634fe8cc4 -> 2844705f4885)

2025-09-15 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 10c634fe8cc4 [SPARK-53572][SQL] Avoid throwing from ExtractValue.isExtractable add 2844705f4885 [SPARK-53127

(spark) branch master updated: [SPARK-53572][SQL] Avoid throwing from ExtractValue.isExtractable

2025-09-15 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 10c634fe8cc4 [SPARK-53572][SQL] Avoid throwing

(spark) branch master updated: [SPARK-53574] Fix AnalysisContext being wiped during nested plan resolution

2025-09-15 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 1a86e97664ef [SPARK-53574] Fix AnalysisContext

(spark) branch master updated (ce94cb3132f9 -> fbdad297f542)

2025-09-14 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 ce94cb3132f9 [SPARK-53552][SQL] Optimize substr SQL function add fbdad297f542 [SPARK-53546][SQL][TESTS] Fix

(spark) branch master updated (9bd844b87c84 -> ce94cb3132f9)

2025-09-14 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 9bd844b87c84 [SPARK-53558][SQL] Show fully qualified table name including the catalog name in the exception message

(spark) branch master updated: [SPARK-53558][SQL] Show fully qualified table name including the catalog name in the exception message when the table is not found

2025-09-14 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 9bd844b87c84 [SPARK-53558][SQL] Show fully

(spark) branch branch-4.0 updated: [SPARK-53524][CONNECT][SQL][4.0] Fix temporal value conversion in LiteralValueProtoConverter

2025-09-14 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a commit to branch branch-4.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-4.0 by this push: new 6a13ca52404d [SPARK-53524][CONNECT][SQL

(spark) branch master updated: [SPARK-53553][CONNECT] Fix handling of null values in LiteralValueProtoConverter

2025-09-14 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 19ca63f82fed [SPARK-53553][CONNECT] Fix

(spark) branch master updated: [SPARK-53521] Refactor Star expression

2025-09-14 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 b08ac303faed [SPARK-53521] Refactor Star

(spark) branch master updated: [SPARK-53537][CORE] Adding Support for Parsing CONTINUE HANDLER

2025-09-13 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 54dee4a4b59c [SPARK-53537][CORE] Adding Support

(spark) branch master updated: [SPARK-53444][SQL] Rework execute immediate

2025-09-13 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 f92601ce879b [SPARK-53444][SQL] Rework execute

(spark) branch master updated (d0177795bbbe -> 1817e676f1b7)

2025-09-11 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 d0177795bbbe [SPARK-53399][SQL] Merge Python UDFs add 1817e676f1b7 [SPARK-53524][CONNECT][SQL] Fix temporal

(spark) branch branch-4.0 updated: [SPARK-53434][SQL][4.0] ColumnarRow's get should also check isNullAt

2025-09-11 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a commit to branch branch-4.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-4.0 by this push: new ed902cf894f0 [SPARK-53434][SQL][4.0

(spark) branch master updated: [SPARK-52238][SDP] Rename Pipeline Spec Field "definitions" to 'libraries'

2025-09-10 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 81c29eef4ad3 [SPARK-52238][SDP] Rename Pipeline

(spark) branch master updated (1d09e5a470ff -> 50ce752a57ae)

2025-09-09 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 1d09e5a470ff [SPARK-52449][CONNECT][PYTHON][ML] Make datatypes for Expression.Literal.Map/Array optional add

(spark) branch branch-4.0 updated: [SPARK-53527][SQL] Improve fallback of analyzeExistenceDefaultValue

2025-09-08 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a commit to branch branch-4.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-4.0 by this push: new 2d2a0d95a69f [SPARK-53527][SQL] Improve

(spark) branch master updated (cd6f63042461 -> 90ef38960586)

2025-09-08 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 cd6f63042461 [SPARK-52745][SQL][FOLLOWUP] Allow the absense of exists default add 90ef38960586 [SPARK-53488

(spark) branch master updated: [SPARK-53489][SQL] Remove using `v2ColumnsToStructType` in `ApplyDefaultCollationToStringType`

2025-09-08 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 1454f252e45f [SPARK-53489][SQL] Remove using

(spark) branch branch-4.0 updated: [SPARK-53505][CONNECT] Try the eager analysis first for withColumns and withColumnsRenamed in Spark Connect

2025-09-08 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a commit to branch branch-4.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-4.0 by this push: new 043819a9bd4d [SPARK-53505][CONNECT] Try

(spark) branch master updated (90ef38960586 -> c247483480d3)

2025-09-08 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 90ef38960586 [SPARK-53488][SQL] Update CollationTypeCoercion to be compatible with single-pass Analyzer logic

(spark) branch master updated: [SPARK-52745][SQL][FOLLOWUP] Allow the absense of exists default

2025-09-08 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 cd6f63042461 [SPARK-52745][SQL][FOLLOWUP] Allow

(spark) branch master updated: [SPARK-53474][SQL] Add conf DATA_SOURCE_V2_EXPR_FOLDING

2025-09-07 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 9d27db940673 [SPARK-53474][SQL] Add conf

(spark) branch master updated: [SPARK-50785][SQL][FOLLOWUP] Remove overrideIfExists check in SqlScriptingLocalVariableManager

2025-09-07 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 20c60d982de0 [SPARK-50785][SQL][FOLLOWUP

(spark) branch master updated: [SPARK-53470][SQL] ExtractValue expressions should always do type checking

2025-09-07 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 c7d8c2b8695a [SPARK-53470][SQL] ExtractValue

(spark) branch master updated: [SPARK-53459][CORE] Use ReadOnlySparkConf in more places

2025-09-03 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 13b23b247351 [SPARK-53459][CORE] Use

(spark) branch master updated: [SPARK-53401][SQL] Enable Direct Passthrough Partitioning in the DataFrame API

2025-09-03 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 b01747341918 [SPARK-53401][SQL] Enable Direct

(spark) branch master updated: [SPARK-51820][FOLLOWUP][CONNECT] Replace literal in `SortOrder` only under `Sort` operator

2025-09-02 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 9ada1e7e68db [SPARK-51820][FOLLOWUP][CONNECT

(spark) branch master updated (f93eff3d9062 -> 9c5015603acc)

2025-08-31 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 f93eff3d9062 [SPARK-53329][CONNECT] Improve exception handling when adding artifacts add 9c5015603acc [SPARK

(spark) branch master updated: [SPARK-53329][CONNECT] Improve exception handling when adding artifacts

2025-08-31 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 f93eff3d9062 [SPARK-53329][CONNECT] Improve

(spark) branch master updated (871fe3ded668 -> c459d71f8134)

2025-08-31 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 871fe3ded668 [SPARK-53435][SQL] Fix race condition in CachedRDDBuilder add c459d71f8134 [SPARK-53421][SPARK

(spark) branch branch-4.0 updated: [SPARK-53435][SQL] Fix race condition in CachedRDDBuilder

2025-08-31 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a commit to branch branch-4.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-4.0 by this push: new f1d020ae5160 [SPARK-53435][SQL] Fix

(spark) branch master updated: [SPARK-53435][SQL] Fix race condition in CachedRDDBuilder

2025-08-31 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 871fe3ded668 [SPARK-53435][SQL] Fix race

(spark) branch master updated (a68ac4885ddd -> 7bbc5d292af5)

2025-08-29 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 a68ac4885ddd [SPARK-53419][SQL][TEST] Move common SqlScriptingContextManager initialization code from

(spark) branch master updated (5c1c6e367f18 -> a68ac4885ddd)

2025-08-29 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 5c1c6e367f18 [MINOR] Fix redundant brace in log add a68ac4885ddd [SPARK-53419][SQL][TEST] Move common

(spark) branch branch-4.0 updated: [SPARK-53394][CORE] UninterruptibleLock.isInterruptible should avoid duplicated interrupt

2025-08-28 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a commit to branch branch-4.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-4.0 by this push: new 3f03a1c9966c [SPARK-53394][CORE

(spark) branch master updated: [SPARK-53394][CORE] UninterruptibleLock.isInterruptible should avoid duplicated interrupt

2025-08-28 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 78871d7de88b [SPARK-53394][CORE

(spark) branch master updated (0c5797aa3e74 -> 1f1bacca720b)

2025-08-28 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 0c5797aa3e74 [SPARK-53416][SS][TESTS] Use `createOrReplaceTempView` instead of `registerTempTable` in

(spark) branch master updated (824da27e4386 -> 316d06ba2f5f)

2025-08-28 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 824da27e4386 [SPARK-53391][CORE][FOLLOWUP] Add comments for PrimitiveKeyOpenHashMap removal in Mima add

(spark) branch master updated: [SPARK-52777][SQL] Enable shuffle cleanup mode configuration in Spark SQL

2025-08-27 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 5337a5780690 [SPARK-52777][SQL] Enable shuffle

(spark) branch master updated: [SPARK-53385][SQL] Refactor Identifier evaluation out

2025-08-26 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 21b1d11ddd6a [SPARK-53385][SQL] Refactor

(spark) branch master updated: [SPARK-53109][SQL] Support TIME in the make_timestamp_ntz and try_make_timestamp_ntz functions in Scala

2025-08-26 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 994fc65afa6d [SPARK-53109][SQL] Support TIME in

(spark) branch master updated: [SPARK-53384][SQL] Refactor variable resolution out

2025-08-26 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 e7fb0704747a [SPARK-53384][SQL] Refactor

(spark) branch master updated (542451400423 -> fc1da934c371)

2025-08-26 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 542451400423 [SPARK-53382][SQL] Fix rCTE bug with malformed recursion add fc1da934c371 [SPARK-53365][SQL] Unify

(spark) branch master updated: [SPARK-53382][SQL] Fix rCTE bug with malformed recursion

2025-08-26 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 542451400423 [SPARK-53382][SQL] Fix rCTE bug

(spark) branch master updated: [SPARK-52991][SQL] Implement MERGE INTO with SCHEMA EVOLUTION for V2 Data Source

2025-08-22 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 ce646b3dac93 [SPARK-52991][SQL] Implement MERGE

(spark) branch branch-4.0 updated: [SPARK-53348][SQL] Always persist ANSI value when creating a view or assume it when querying if not stored

2025-08-22 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a commit to branch branch-4.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-4.0 by this push: new fbedfb1e8c2c [SPARK-53348][SQL] Always

(spark) branch master updated: [SPARK-53348][SQL] Always persist ANSI value when creating a view or assume it when querying if not stored

2025-08-22 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 a322e0c5e15c [SPARK-53348][SQL] Always persist

(spark) branch master updated (2e6f0ec2103f -> 44cdd2653737)

2025-08-20 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 2e6f0ec2103f [MINOR][PYTHON][DOCS] Add TimeType to API reference add 44cdd2653737 [SPARK-52482][DOCS][FOLLOW-UP

(spark) branch master updated: [SPARK-53334][CONNECT] `LiteralValueProtoConverter` should keep the order of input map

2025-08-20 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 5660dbadf90e [SPARK-53334][CONNECT

(spark) branch master updated: [SPARK-51874][SQL][FOLLOW-UP] Revert API changes of rebase methods in DataSourceUtils and AvroOptions

2025-08-20 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 33df1b6d237c [SPARK-51874][SQL][FOLLOW-UP

(spark) branch master updated: [SPARK-53260][SQL] Reducing number of JDBC overhead connections creation

2025-08-20 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 ee619d3dc2e9 [SPARK-53260][SQL] Reducing number

(spark) branch master updated: [SPARK-53308][SQL] Don't remove aliases in RemoveRedundantAliases that would cause duplicates

2025-08-19 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 967f2b6b2e60 [SPARK-53308][SQL] Don't r

(spark) branch master updated: [SPARK-51874][SQL][FOLLOW-UP] Revert ParquetOptions rebase methods to return string type

2025-08-19 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 77413d443f23 [SPARK-51874][SQL][FOLLOW-UP

(spark) branch master updated: [SPARK-53144][CONNECT][SQL] Make CreateViewCommand in SparkConnectPlanner side effect free

2025-08-19 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 af0b444dfd34 [SPARK-53144][CONNECT][SQL] Make

(spark) branch master updated (076618a46cab -> 9a62f7d25333)

2025-08-18 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 076618a46cab [SPARK-49872][CORE] Remove jackson JSON string length limitation add 9a62f7d25333 [SPARK-53311

(spark) branch branch-3.5 updated: [SPARK-49872][CORE] Remove jackson JSON string length limitation

2025-08-18 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a commit to branch branch-3.5 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.5 by this push: new f9a5c8cc92e2 [SPARK-49872][CORE] Remove

(spark) branch branch-4.0 updated: [SPARK-49872][CORE] Remove jackson JSON string length limitation

2025-08-18 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a commit to branch branch-4.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-4.0 by this push: new 64d5c19529e2 [SPARK-49872][CORE] Remove

(spark) branch master updated: [SPARK-49872][CORE] Remove jackson JSON string length limitation

2025-08-18 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 076618a46cab [SPARK-49872][CORE] Remove jackson

(spark) branch master updated: Revert "[SPARK-52709][SQL] Fix parsing of STRUCT<>"

2025-08-18 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 26dbf651bf8c Revert "[SPARK-52709][SQL

(spark) branch master updated: [SPARK-53146][CONNECT][SQL] Make MergeIntoTable in SparkConnectPlanner side effect free

2025-08-18 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 c86093f11e28 [SPARK-53146][CONNECT][SQL] Make

(spark) branch branch-4.0 updated: [SPARK-53291][SQL] Fix nullability for value column

2025-08-15 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a commit to branch branch-4.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-4.0 by this push: new bed2087af799 [SPARK-53291][SQL] Fix

(spark) branch master updated: [SPARK-53291][SQL] Fix nullability for value column

2025-08-15 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 fd77ec6a2af2 [SPARK-53291][SQL] Fix nullability

(spark) branch master updated: [SPARK-52998][CORE] Multiple variables inside declare

2025-08-15 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 f98394043b62 [SPARK-52998][CORE] Multiple

(spark) branch master updated: [SPARK-53274][SQL] Support left and right join pushdown in JDBCScanBuilder

2025-08-15 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 cd8fdbce052c [SPARK-53274][SQL] Support left

(spark) branch branch-4.0 updated: [SPARK-52741][SQL] RemoveFiles ShuffleCleanup mode doesnt work with non-adaptive execution

2025-08-15 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a commit to branch branch-4.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-4.0 by this push: new 0856ab433d5c [SPARK-52741][SQL

(spark) branch master updated: [SPARK-52741][SQL] RemoveFiles ShuffleCleanup mode doesnt work with non-adaptive execution

2025-08-15 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 337a67ff58ad [SPARK-52741][SQL] RemoveFiles

(spark) branch master updated (14f300406133 -> 9297712a66d3)

2025-08-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 14f300406133 [SPARK-53271][PYTHON][INFRA] Show Python Versions in PySpark Jobs add 9297712a66d3 [SPARK-53272

(spark) branch master updated: [SPARK-53246][TEST] remove class files for ReplSuite

2025-08-12 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 554f6b64f1e2 [SPARK-53246][TEST] remove class

(spark) branch branch-4.0 updated: [SPARK-53074][SQL] Avoid partial clustering in SPJ to meet a child's required distribution

2025-08-12 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a commit to branch branch-4.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-4.0 by this push: new dfc9afadfff8 [SPARK-53074][SQL] Avoid

(spark) branch master updated (c91066772b59 -> 96a4f5097ad9)

2025-08-12 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 c91066772b59 [SPARK-52482][SQL][CORE] Improve exception handling for reading certain corrupt zstd files add

(spark) branch branch-4.0 updated: [SPARK-52482][SQL][CORE] Improve exception handling for reading certain corrupt zstd files

2025-08-12 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a commit to branch branch-4.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-4.0 by this push: new ec36b8b395f2 [SPARK-52482][SQL][CORE

(spark) branch master updated: [SPARK-52482][SQL][CORE] Improve exception handling for reading certain corrupt zstd files

2025-08-12 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 c91066772b59 [SPARK-52482][SQL][CORE] Improve

(spark) branch master updated (b7ada565cac6 -> 1bc8ce0b1f0a)

2025-08-11 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 b7ada565cac6 [MINOR][PYTHON] Remove two obsolete TODO items add 1bc8ce0b1f0a [SPARK-53244][SQL] Don't store

(spark) branch master updated (027d5c71575e -> f9093f241218)

2025-08-11 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 027d5c71575e [SPARK-52996][TESTS] Update brace-expansion to 1.1.12 add f9093f241218 [SPARK-53147][SQL] Log

(spark) branch branch-4.0 updated: [SPARK-52976][PYTHON] Fix Python UDF not accepting collated string as input param/return type

2025-08-10 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a commit to branch branch-4.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-4.0 by this push: new 52ab9babbae4 [SPARK-52976][PYTHON] Fix

(spark) branch master updated: [SPARK-52976][PYTHON] Fix Python UDF not accepting collated string as input param/return type

2025-08-07 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 6b1f1a6932f2 [SPARK-52976][PYTHON] Fix Python

(spark) branch master updated: [SPARK-53066][SQL] Improve EXPLAIN output for DSv2 Join pushdown

2025-08-07 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 88dbe4297103 [SPARK-53066][SQL] Improve EXPLAIN

(spark) branch master updated: [SPARK-52828][SQL] Make hashing for collated strings collation agnostic

2025-08-07 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 f62724d2d8dc [SPARK-52828][SQL] Make hashing

(spark) branch branch-4.0 updated: [SPARK-52828][SQL] Make hashing for collated strings collation agnostic

2025-08-07 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a commit to branch branch-4.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-4.0 by this push: new 542faa70cefe [SPARK-52828][SQL] Make

(spark) branch master updated: [SPARK-53098][SQL][TEST-ONLY][FOLLOWUP] Fix a test when returning single-pass result

2025-08-06 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 a09ea772e374 [SPARK-53098][SQL][TEST-ONLY

(spark) branch master updated (f6cd38598078 -> 19ea6ff95ef3)

2025-08-06 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 f6cd38598078 [SPARK-52943][PYTHON] Enable arrow_cast for all pandas UDF eval types add 19ea6ff95ef3 [SPARK

(spark) branch branch-4.0 updated: [SPARK-53130][SQL][PYTHON] Fix `toJson` behavior of collated string types

2025-08-06 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a commit to branch branch-4.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-4.0 by this push: new a691e7658f1f [SPARK-53130][SQL][PYTHON

  1   2   3   4   5   6   7   8   9   10   >