alamb commented on code in PR #9610:
URL: https://github.com/apache/arrow-datafusion/pull/9610#discussion_r1525409355
##########
datafusion-examples/examples/to_char.rs:
##########
@@ -125,14 +125,14 @@ async fn main() -> Result<()> {
assert_batches_eq!(
&[
- "+------------+",
- "| t.values |",
- "+------------+",
- "| 2020-09-01 |",
- "| 2020-09-02 |",
- "| 2020-09-03 |",
- "| 2020-09-04 |",
- "+------------+",
+ "+-----------------------------------+",
+ "| arrow_cast(t.values,Utf8(\"Utf8\")) |",
Review Comment:
These differences are due to the fact that `arrow_cast` is just a normal
function now rather than a special case in the parser. Thus the naming reflects
normal function naming
--
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]