Skip to content

Commit 973e14e

Browse files
committed
fixmeup
1 parent e1a9dbb commit 973e14e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

timdex_dataset_api/dataset.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,7 @@ def read_batches_iter(
489489
if not columns:
490490
columns = TIMDEX_DATASET_SCHEMA.names
491491
columns.extend(["__fragment_index", "timdex_record_id"])
492+
columns = list(set(columns))
492493

493494
batches = dataset.to_batches(
494495
columns=columns,

0 commit comments

Comments
 (0)