Re: [PR] [DRAFT] Resolve default string exprs [spark]

2025-02-23 Thread via GitHub
HyukjinKwon commented on code in PR #50053: URL: https://github.com/apache/spark/pull/50053#discussion_r1966967731 ## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/ResolveDDLCommandStringTypes.scala: ## @@ -28,6 +29,10 @@ import org.apache.spark.sql.types.{D

[PR] [DRAFT] Resolve default string exprs [spark]

2025-02-23 Thread via GitHub
stefankandic opened a new pull request, #50053: URL: https://github.com/apache/spark/pull/50053 ### What changes were proposed in this pull request? ### Why are the changes needed? ### Does this PR introduce _any_ user-facing change? ### Ho