AdamGS commented on code in PR #14873:
URL: https://github.com/apache/datafusion/pull/14873#discussion_r1970447731
##########
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:
That's my plan. I expect most of this module (and `json`, `csv` and `avro`)
to move to the new format-specific crates, hopefully without too many leftovers.
--
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]