-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix timestamp fields in store_time_stats command
Before this change, 'min_ts' and 'max_ts' fields were not properly initialized, leading to a KeyError when displaying the statistics. Additionally, the min/max calculation logic didn't properly handle these timestamp values when processing data. The patch initializes these fields in the data table creation and ensures proper assignment during min/max value calculation, fixing the display error in the store_time_stats command.
- Loading branch information
Showing
1 changed file
with
85 additions
and
40 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