Skip to content

Commit e163994

Browse files
authored
Update redis.py
fix(redis): preserve millisecond timestamp precision Signed-off-by: Jatin Kumar <[email protected]>
1 parent 0a47738 commit e163994

File tree

1 file changed

+0
-1
lines changed
  • sdk/python/feast/infra/online_stores

1 file changed

+0
-1
lines changed

sdk/python/feast/infra/online_stores/redis.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,6 @@ def online_write_batch(
310310
# Build protobuf timestamp with nanos
311311
ts = Timestamp()
312312
ts.FromDatetime(aware_ts)
313-
314313
# New timestamp in nanoseconds
315314
new_total_nanos = ts.seconds * 1_000_000_000 + ts.nanos
316315

0 commit comments

Comments
 (0)