Skip to content

Commit 140a8d5

Browse files
committed
Remove imprecise 'tie breaker' language
1 parent 51a35ac commit 140a8d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

timdex_dataset_api/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ def _create_current_records_view(self, conn: DuckDBPyConnection) -> None:
476476
where r.run_timestamp >= f.last_full_ts
477477
),
478478
479-
-- CTE of records ranked by run_timestamp, with tie breaker
479+
-- CTE of records ranked by run_timestamp
480480
cr_ranked_records as (
481481
select
482482
r.*,

0 commit comments

Comments
 (0)