Skip to content

Commit

Permalink
drop todo message
Browse files Browse the repository at this point in the history
  • Loading branch information
Kev1n8 committed Dec 12, 2024
1 parent 83699a3 commit 7843448
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arrow-cast/src/cast/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5258,9 +5258,6 @@ 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
// https://github.com/apache/arrow-rs/issues/6734
macro_rules! assert_cast_timestamp_to_string {
($array:expr, $datatype:expr, $output_array_type: ty, $expected:expr) => {{
let out = cast(&$array, &$datatype).unwrap();
Expand Down

0 comments on commit 7843448

Please sign in to comment.