alamb commented on code in PR #9610:
URL: https://github.com/apache/arrow-datafusion/pull/9610#discussion_r1527348772
##########
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:
Yeah -- this is pretty tricky. `arrow_cast` was quite special in the parser,
so now that it is handled like a normal function it has the same (somewhat
strange) function effect of column 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]