adriangb commented on code in PR #18172: URL: https://github.com/apache/datafusion/pull/18172#discussion_r2464259487
########## docs/source/library-user-guide/upgrading.md: ########## @@ -122,6 +122,84 @@ See [issue #17713] for more details. _execution plan_ of the query. With this release, `DESCRIBE query` now outputs the computed _schema_ of the query, consistent with the behavior of `DESCRIBE table_name`. +### Introduction of `TableSchema` and changes to `FileSource::with_schema()` method Review Comment: Note that `TableSchema` was not added in this PR but this PR does use it in a way that introduces a notable breaking change, so I think it's an appropriate time to add it to the upgrade guide. -- 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]
