dtenedor commented on pull request #35855: URL: https://github.com/apache/spark/pull/35855#issuecomment-1076696649
The work is now split into different PRs: 1. This PR contains only DEFAULT column support for CREATE/REPLACE TABLE statements: https://github.com/apache/spark/pull/35855 2. Separate PR supports DEFAULT columns for INSERT INTO statements: https://github.com/dtenedor/spark/pull/1 3. Third PR adds a query execution class to be used for injecting DEFAULT values during data source scans: https://github.com/apache/spark/pull/35928 -- 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]
