alamb commented on code in PR #16901:
URL: https://github.com/apache/datafusion/pull/16901#discussion_r2229318658
##########
datafusion/datasource/src/file_scan_config.rs:
##########
@@ -706,28 +706,6 @@ impl FileScanConfig {
}
}
- /// Set the file source
- #[deprecated(since = "47.0.0", note = "use FileScanConfigBuilder instead")]
Review Comment:
Technically speaking we should leave these methods until 53.0.0 per
https://datafusion.apache.org/contributor-guide/api-health.html#deprecation-guidelines
However, given they are pretty low level (and thus I don't expect many
actual users of them) and we are trying to work on this code for other reasons,
I think it is fine to remove them early
--
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]