alamb commented on code in PR #14873:
URL: https://github.com/apache/datafusion/pull/14873#discussion_r1970362217
##########
datafusion/core/src/datasource/file_format/parquet.rs:
##########
@@ -471,6 +468,153 @@ impl FileFormat for ParquetFormat {
}
}
+/// Coerces the file schema if the table schema uses a view type.
+#[cfg(not(target_arch = "wasm32"))]
Review Comment:
(so they will long term become part of the datasource/parquet crate?)
--
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]