Skip to content

Commit

Permalink
Adding additional test
Browse files Browse the repository at this point in the history
Signed-off-by: Teague Sterling <[email protected]>
  • Loading branch information
teaguesterling committed Aug 11, 2024
1 parent f00d81f commit 201be6b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/sql/iceberg_scan.test
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ SELECT count(*) FROM ICEBERG_SCAN('data/iceberg/lineitem_iceberg', 7635660646343
----
51793

# Scanning 2nd snapshot
query I
SELECT count(*) FROM ICEBERG_SCAN('data/iceberg/lineitem_iceberg', version='2', ALLOW_MOVED_PATHS=TRUE);
----
51793

# Scanning latest snapshot at specific moment in time
# note in the data we have:
# 1 = 2023-02-15 15:07:54.504
Expand Down

0 comments on commit 201be6b

Please sign in to comment.