alamb commented on code in PR #16673: URL: https://github.com/apache/datafusion/pull/16673#discussion_r2184855966
########## docs/source/library-user-guide/upgrading.md: ########## @@ -24,6 +24,38 @@ **Note:** DataFusion `49.0.0` has not been released yet. The information provided in this section pertains to features and changes that have already been merged to the main branch and are awaiting release in this version. You can see the current [status of the `49.0.0 `release here](https://github.com/apache/datafusion/issues/16235) +### More `Box`ed `Error` types + +Several additioanl `Error` variants are now `Box`ed to reduce their size, which +reduces the size of the `Result` enum, and thus stack usage and async state +machine size. Please see [#16652] for more details. + +Errors that are now `Box`ed include: + +- `SchemaError` Review Comment: ```suggestion - `DataFusionError` - `SchemaError` -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org