File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
crates/iceberg/src/transform Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -2745,8 +2745,16 @@ mod test {
2745
2745
test_timestamp_and_tz_transform ( "0022-05-01T22:01:01.000000" , & hour, Datum :: int ( -17072906 ) ) ;
2746
2746
2747
2747
// Test TimestampNanosecond
2748
- test_timestamp_ns_and_tz_transform ( "2017-12-01T18:00:00.0000000000" , & hour, Datum :: int ( 420042 ) ) ;
2748
+ test_timestamp_ns_and_tz_transform (
2749
+ "2017-12-01T18:00:00.0000000000" ,
2750
+ & hour,
2751
+ Datum :: int ( 420042 ) ,
2752
+ ) ;
2749
2753
test_timestamp_ns_and_tz_transform ( "1969-12-31T23:00:00.0000000000" , & hour, Datum :: int ( -1 ) ) ;
2750
- test_timestamp_ns_and_tz_transform ( "1900-05-01T22:01:01.0000000000" , & hour, Datum :: int ( -610706 ) ) ;
2754
+ test_timestamp_ns_and_tz_transform (
2755
+ "1900-05-01T22:01:01.0000000000" ,
2756
+ & hour,
2757
+ Datum :: int ( -610706 ) ,
2758
+ ) ;
2751
2759
}
2752
2760
}
You can’t perform that action at this time.
0 commit comments