-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add function to MicrobatchBuilder to get ceiling of timestamp by batch_size * Update `MicrobatchBuilder.build_end_time` to use `ceiling_timestamp` * fix TestMicrobatchBuilder.test_build_end_time by specifying a BatchSize + asserting actual is a ceiling timestamp * Add changie --------- Co-authored-by: Michelle Ark <[email protected]>
- Loading branch information
1 parent
8df5c96
commit dd77210
Showing
3 changed files
with
84 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
kind: Fixes | ||
body: Take `end_time` for batches to the ceiling to handle edge case where `event_time` | ||
column is a date | ||
time: 2024-10-29T16:16:15.714993-05:00 | ||
custom: | ||
Author: QMalcolm MichelleArk | ||
Issue: "10868" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters