alamb commented on code in PR #14922: URL: https://github.com/apache/datafusion/pull/14922#discussion_r1981262973
########## datafusion-examples/examples/dataframe.rs: ########## @@ -59,7 +59,8 @@ use tempfile::tempdir; #[tokio::main] async fn main() -> Result<()> { // The SessionContext is the main high level API for interacting with DataFusion - let ctx = SessionContext::new(); + let config = SessionConfig::new().with_parquet_force_view_metadata(false); Review Comment: I think this is because SQL `VARCHAR` is being mapped to `Utf8` -- 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