AdamGS commented on code in PR #14873:
URL: https://github.com/apache/datafusion/pull/14873#discussion_r1969992519


##########
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:
   These functions used to be public but are only used in parquet (especially 
`transform_binary_to_string`), so I think it makes sense to put them here in 
the long-term.



-- 
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]

Reply via email to