Skip to content

Commit 01b929e

Browse files
author
李天龙
committed
Update data validation logic to match changes in lineitem.csv
1 parent ff9c6d8 commit 01b929e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion_iceberg/examples/insert_csv.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ async fn main() {
142142
if product_id.unwrap() == 24027 {
143143
assert_eq!(amount.unwrap(), 24.0)
144144
} else if product_id.unwrap() == 63700 {
145-
assert_eq!(amount.unwrap(), 8.0)
145+
assert_eq!(amount.unwrap(), 23.0)
146146
}
147147
}
148148
once = true

0 commit comments

Comments
 (0)