You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
, so it will return the wrong version if you are trying to read/write at sub-second granularity.
What you expected to happen:
It should call datetime.timestamp_millis().
How to reproduce it:
Write a table, check the transaction time with .history(), and try to read the version as of something in in the same second, but with a greater milliseconds. It will return the incorrect version.
The text was updated successfully, but these errors were encountered:
…ersion` (#1968)
# Description
Combines the two functions into one.
# Related Issue(s)
- closes#1910
- closes#1967
---------
Co-authored-by: Robert Pack <[email protected]>
Environment
Delta-rs version: 0.14.0
Binding: python
Bug
What happened:
When you call
load_with_datetime
, it callsdatetime.timestamp()
,delta-rs/crates/deltalake-core/src/table/mod.rs
Line 835 in fee96a7
delta-rs/crates/deltalake-core/src/table/mod.rs
Line 180 in fee96a7
What you expected to happen:
It should call
datetime.timestamp_millis()
.How to reproduce it:
Write a table, check the transaction time with
.history()
, and try to read the version as of something in in the same second, but with a greater milliseconds. It will return the incorrect version.The text was updated successfully, but these errors were encountered: