Skip to content

Commit 2710169

Browse files
committed
Accept bigint snapshotId in icebergSetRef
1 parent 3b8dabb commit 2710169

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/write/write.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export async function icebergDelete({ catalog, namespace, table, tableUrl, resol
151151
* @param {string} [options.tableUrl]
152152
* @param {Resolver} [options.resolver]
153153
* @param {string} options.ref
154-
* @param {number} options.snapshotId
154+
* @param {number | bigint} options.snapshotId
155155
* @param {'branch'|'tag'} [options.type]
156156
* @param {number} [options.minSnapshotsToKeep]
157157
* @param {number} [options.maxSnapshotAgeMs]

0 commit comments

Comments
 (0)