corwinjoy commented on code in PR #17103: URL: https://github.com/apache/datafusion/pull/17103#discussion_r2267830552
########## datafusion/common/src/config.rs: ########## @@ -2626,7 +2665,7 @@ impl Display for OutputFormat { mod tests { use crate::config::{ ConfigEntry, ConfigExtension, ConfigField, ConfigFileType, ExtensionOptions, - Extensions, TableOptions, + Extensions, TableOptions, TableParquetOptions, Review Comment: OK. As Andrew mentioned the problem here was that this error was not present in my branch before updating and merging the latest main. After the update and merge I was able to resolve it. Thanks. -- 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