Skip to content

Commit b45fa35

Browse files
committed
fix: remove ttl_clause from write_rows
1 parent a74bf89 commit b45fa35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdk/python/feast/infra/online_stores/contrib/cassandra_online_store/cassandra_online_store.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,6 @@ def unroll_insertion_tuples() -> Iterable[Tuple[str, bytes, str, datetime]]:
380380
project,
381381
table,
382382
unroll_insertion_tuples(),
383-
ttl_clause=ttl_clause,
384383
)
385384
# correction for the last missing call to `progress`:
386385
if progress:

0 commit comments

Comments
 (0)