Skip to content

Commit 9eaeb6b

Browse files
committed
Apply changes
1 parent 592129a commit 9eaeb6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrow-cast/src/cast/string.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ pub(crate) fn cast_string_to_timestamp<O: OffsetSizeTrait, T: ArrowTimestampType
8888
Ok(Arc::new(out.with_timezone_opt(to_tz.clone())))
8989
}
9090

91-
pub(crate) fn cast_string_to_timestamp_impl<
91+
fn cast_string_to_timestamp_impl<
9292
O: OffsetSizeTrait,
9393
T: ArrowTimestampType,
9494
Tz: TimeZone,

0 commit comments

Comments
 (0)