devinjdangelo commented on code in PR #9578:
URL: https://github.com/apache/arrow-datafusion/pull/9578#discussion_r1521490110


##########
datafusion/sql/Cargo.toml:
##########
@@ -39,6 +39,7 @@ unicode_expressions = []
 [dependencies]
 arrow = { workspace = true }
 arrow-schema = { workspace = true }
+chrono = { workspace = true }

Review Comment:
   I know we are sensitive to new dependencies so wanted to flag this proposed 
addition to datafusion-sql @alamb ...
   
   It is used in this PR to facilitate converting arrow Date types to a 
formatted string which can be placed in a SQL expression like 
`CAST('2024-01-01' to DATE)`



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

Reply via email to