brayanjuls commented on code in PR #9610:
URL: https://github.com/apache/arrow-datafusion/pull/9610#discussion_r1527167938


##########
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:
   Interesting I got stuck implementing the simpliy function because I thought 
it should convert `arrow_cast(t.values,Utf8(\"Utf8\"))` to `t.values` and other 
similar cases as well. 



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