Skip to content

Use Timestamp type for the timestamp attribute of aggregations #5321

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 11, 2024

Conversation

lutter
Copy link
Collaborator

@lutter lutter commented Apr 6, 2024

Timeseries and aggregations now use Timestamp as the type of the mandatory timestamp field

@fordN fordN requested a review from incrypto32 April 8, 2024 15:38
@@ -2625,7 +2625,7 @@ mod validations {
errors
}

/// Aggregations must have a `timestamp` field of type Int8
/// Aggregations must have a `timestamp` field of type `Timestamp`
/// FIXME: introduce a timestamp type and use that
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can remove this FIXME

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch. Removed

Copy link
Member

@incrypto32 incrypto32 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

lutter added 2 commits April 11, 2024 09:47
Timeseries and aggregations now use Timestamp as the type of the mandatory
timestamp field
@lutter lutter merged commit ff0a430 into master Apr 11, 2024
@lutter lutter deleted the lutter/agg-ts branch April 11, 2024 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants