Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroshade committed Sep 27, 2024
1 parent 3f70186 commit 188b431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion table/scanner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func TestScanner(t *testing.T) {
{"test_partitioned_by_hours", iceberg.GreaterThanEqual(iceberg.Reference("ts"), "2023-03-05T00:00:00+00:00"), 8},
{"test_partitioned_by_truncate", iceberg.GreaterThanEqual(iceberg.Reference("letter"), "e"), 8},
{"test_partitioned_by_bucket", iceberg.GreaterThanEqual(iceberg.Reference("number"), int32(5)), 6},
{"test_uuid_and_fixed_unpartitioned", iceberg.AlwaysTrue{}, 5},
{"test_uuid_and_fixed_unpartitioned", iceberg.AlwaysTrue{}, 4},
{"test_uuid_and_fixed_unpartitioned", iceberg.EqualTo(iceberg.Reference("uuid_col"), "102cb62f-e6f8-4eb0-9973-d9b012ff0967"), 1},
}

Expand Down

0 comments on commit 188b431

Please sign in to comment.