Skip to content

Conversation

@iuwqyir
Copy link
Contributor

@iuwqyir iuwqyir commented Sep 30, 2024

TL;DR

Added time package import to clickhouse.go file.

What changed?

The time package from the Go standard library has been imported in the internal/storage/clickhouse.go file.

How to test?

No specific testing is required for this change as it's an import addition. However, ensure that the build process completes successfully and that any existing tests pass without errors.

Why make this change?

The addition of the time package import suggests that time-related functionality will be used in the clickhouse storage implementation. This could be for handling timestamps, durations, or other time-based operations within the storage layer.

Copy link
Contributor Author

iuwqyir commented Sep 30, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @iuwqyir and the rest of your teammates on Graphite Graphite

@iuwqyir iuwqyir changed the title fix missing import Add time import to ClickHouse storage module Sep 30, 2024
@iuwqyir iuwqyir requested a review from AmineAfia September 30, 2024 22:53
@iuwqyir iuwqyir marked this pull request as ready for review September 30, 2024 22:53
@iuwqyir iuwqyir merged commit 23f9e4e into main Sep 30, 2024
@iuwqyir iuwqyir deleted the 10-01-fix_missing_import branch September 30, 2024 22:55
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.

3 participants