mag1c1an1 commented on code in PR #19397:
URL: https://github.com/apache/datafusion/pull/19397#discussion_r2659475390
##########
docs/source/library-user-guide/upgrading.md:
##########
@@ -769,31 +769,25 @@ The way schemas are passed to file sources and scan
configurations has been sign
```diff
- let source = ParquetSource::default();
- + let source = ParquetSource::new(table_schema);
+ + let source = ParquetSource::new(TableParquetOptions::default());
Review Comment:
Hi @ShashidharM0118, thanks for your contribution to #19393!
Regarding the update, could you please remove the sections I mentioned?
Since these API changes haven't been introduced in v51 yet, this part remains
the same for users upgrading from v50 or earlier. Keeping it might cause
confusion, so it's best to revert those specific examples to match the current
v51 implementation.
--
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]