Skip to content
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

Consistently handle timezones in QueryBuilder filtering #1483

Merged
merged 2 commits into from
Apr 16, 2024

Conversation

IvoDD
Copy link
Collaborator

@IvoDD IvoDD commented Apr 9, 2024

Reference Issues/PRs

What does this implement or fix?

  • Adds a test to demonstrate the problematic timezone handling
  • Fixes the bug by converting all time types to pd.Timestamp

Any other comments?

Checklist

Checklist for code changes...
  • Have you updated the relevant docstrings, documentation and copyright notice?
  • Is this contribution tested against all ArcticDB's features?
  • Do all exceptions introduced raise appropriate error messages?
  • Are API changes highlighted in the PR description?
  • Is the PR labelled as enhancement or bug so it appears in autogenerated release notes?

@IvoDD IvoDD added the bug Something isn't working label Apr 9, 2024
@IvoDD IvoDD self-assigned this Apr 9, 2024
@IvoDD IvoDD force-pushed the fix-query-builder-timezone-issue branch from b2e8712 to b8106a6 Compare April 11, 2024 07:58
IvoDD added 2 commits April 16, 2024 11:23
- Follow up commit will fix the test
- This resolves the bug of not consistently handling timezones when
  writing and when filtering with query builder
@IvoDD IvoDD force-pushed the fix-query-builder-timezone-issue branch from b8106a6 to 7836e21 Compare April 16, 2024 08:23
@IvoDD IvoDD merged commit 7d4aab5 into master Apr 16, 2024
111 checks passed
@IvoDD IvoDD deleted the fix-query-builder-timezone-issue branch April 16, 2024 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants