We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c623644 commit 0d533fcCopy full SHA for 0d533fc
python/src/lib.rs
@@ -697,7 +697,7 @@ impl RawDeltaTable {
697
let ending_ts = DateTime::<Utc>::from_str(&et)
698
.map_err(|pe| PyValueError::new_err(pe.to_string()))?
699
.to_utc();
700
- cdf_read = cdf_read.with_starting_timestamp(ending_ts);
+ cdf_read = cdf_read.with_ending_timestamp(ending_ts);
701
}
702
703
if let Some(columns) = columns {
0 commit comments