devinjdangelo commented on code in PR #9578:
URL: https://github.com/apache/arrow-datafusion/pull/9578#discussion_r1521493879
##########
datafusion/sql/Cargo.toml:
##########
@@ -39,6 +39,7 @@ unicode_expressions = []
[dependencies]
arrow = { workspace = true }
arrow-schema = { workspace = true }
+chrono = { workspace = true }
Review Comment:
It may be a good solution to put the unparser behind a feature flag and then
any unparser specific dependencies can only be enabled if one needs unparser
support.
--
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]