Tpt commented on code in PR #20908:
URL: https://github.com/apache/datafusion/pull/20908#discussion_r2931494186
##########
datafusion/core/Cargo.toml:
##########
@@ -149,7 +149,7 @@ liblzma = { workspace = true, optional = true }
log = { workspace = true }
object_store = { workspace = true }
parking_lot = { workspace = true }
-parquet = { workspace = true, optional = true, default-features = true }
+parquet = { workspace = true, optional = true, default-features = true,
features = ["arrow_canonical_extension_types"] }
Review Comment:
Thank you! I have updated the MR to make it a feature.
I have only added a test. For an example I guess a good approach might be to
import a part of https://github.com/timsaucer/datafusion_extension_type_examples
@timsaucer what do you think about it?
--
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]