dtenedor opened a new pull request, #36960: URL: https://github.com/apache/spark/pull/36960
### What changes were proposed in this pull request? Support ARRAY, STRUCT, MAP types as DEFAULT values. Previously these types were not supported and DDL commands that attempted to use them returned error messages. Now they work wherever DEFAULT values are supported. ### Why are the changes needed? This new functionality expands the usefulness of DEFAULT column values and Spark SQL in general. ### Does this PR introduce _any_ user-facing change? Yes. ### How was this patch tested? This PR adds test both positive and negative unit test coverage. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
