devinjdangelo commented on code in PR #9578:
URL: https://github.com/apache/arrow-datafusion/pull/9578#discussion_r1522313487
##########
datafusion/sql/Cargo.toml:
##########
@@ -39,6 +39,7 @@ unicode_expressions = []
[dependencies]
arrow = { workspace = true }
arrow-schema = { workspace = true }
+chrono = { workspace = true }
Review Comment:
I went ahead and put unparser behind a (default) feature flag anyway. Could
come in handy if we need a more invasive dependency later or someone just does
not want this functionality.
--
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]