jonahgao opened a new pull request, #8415: URL: https://github.com/apache/arrow-datafusion/pull/8415
## Which issue does this PR close? It is a continuation of https://github.com/apache/arrow-datafusion/pull/8283. ## Rationale for this change We previously implemented customizing column default values on memory tables, and this PR implements it for external tables. ## What changes are included in this PR? Support customizing column default values for external tables. This feature will take effect when inserting. ## Are these changes tested? Yes ## Are there any user-facing changes? Yes. Add a new field `column_defaults` in `DdlStatement::CreateExternalTable`. -- 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]
