master
[SPARK-48763][CONNECT][BUILD][FOLLOW-UP] Move Spark Connect common/server into sql directory
[SPARK-49700][CONNECT][SQL] Unified Scala Interface for Connect and Classic
[SPARK-49273][CONNECT][SQL] Origin support for Spark Connect Scala client
[SPARK-57777][SQL][CONNECT] Distinguish explicit collation when rendering string literals to SQL
Revert "[MINOR][SQL] Remove orphans in ProtoToParsedPlanTestSuite and PlanGenerationTestSuite"
[SPARK-49027][CONNECT][SQL] Share Column API between Class and Connect
[SPARK-57566][CONNECT][TEST] Add test coverage for the TIME data type
[SPARK-58295][SQL][PYTHON] Add `to_base32` and `from_base32` functions
[SPARK-51468][SQL] Revert "From json/xml should not change collations in the given schema"
[SPARK-52857] Add is_valid_variant expression
[SPARK-58307][SQL][PYTHON] Add json_typeof function
[SPARK-53578][CONNECT] Simplify data type handling in LiteralValueProtoConverter
[SPARK-40945][SQL][PYTHON] Add truncate function
[SPARK-52866][SQL] Add support for `try_to_date`
[SPARK-58222][SQL] Add `try_variant_array_append` expression
[SPARK-58035][SQL] Add `try_variant_insert` expression
[SPARK-58221][SQL] Add `try_variant_set` expression
[SPARK-58061][SQL] Add `variant_array_append` expression
[SPARK-57417][SQL] Add `variant_delete` expression
[SPARK-51975][SQL] Add variant_from_arrays and variant_from_entries
[SPARK-57641][SQL] Add `variant_insert` expression
[SPARK-57804][SQL] Add `variant_set` expression
[SPARK-58062][SQL] Add `variant_strip_nulls` expression
[SPARK-45900][SQL][PYTHON] Add xxh3_64 and xxh3_128 functions
[SPARK-50979][CONNECT] Remove .expr/.typedExpr implicits
[SPARK-56395][CONNECT][PYTHON] Add NEAREST BY DataFrame API
Revert "[SPARK-48763][TESTS][FOLLOW-UP] Update project location in PlanGenerationTestSuite"
[SPARK-55949][SQL][CONNECT] Add DataFrame API and Spark Connect support for CDC queries
[SPARK-55952][SPARK-55953][SQL] Add ResolveChangelogTable analyzer rule for batch CDC post-processing
[SPARK-53402][CONNECT] Support Direct Passthrough Partitioning Dataset API in Spark Connect in Scala
[SPARK-55089][CONNECT] Correct the output schema of toJSON
[SPARK-49383][SQL][PYTHON][CONNECT] Support Transpose DataFrame API
[SPARK-57247][SQL][CONNECT] Support DataFrame.zip in Spark Connect
[SPARK-55228][SPARK-55230][SQL][CONNECT] Implement Dataset.zipWithIndex in Scala API