alamb commented on code in PR #6719:
URL: https://github.com/apache/arrow-rs/pull/6719#discussion_r1854550922


##########
arrow-cast/src/cast/mod.rs:
##########
@@ -5180,41 +5221,45 @@ mod tests {
         assert_eq!("2018-12-25T00:00:00", c.value(1));
     }
 
+    // Cast Timestamp to Utf8View is not supported yet
+    // TODO: Implement casting from Timestamp to Utf8View

Review Comment:
   ```suggestion
       // TODO: Implement casting from Timestamp to Utf8View
       // https://github.com/apache/arrow-rs/issues/6734
   ```



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