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

fix: query on stream with time partition #886

Merged

Conversation

nikhilsinhaparseable
Copy link
Contributor

version v.0.9.0 - time partition was stored as Utf-8 in version 1.3.0 onwards - time partition is now stored as TimestampMillisecond

after migration, time partition gets converted from Utf-8 to TimestmapNanosecond

fix is to match TimestampNanosecond to create the time filters for query

version v.0.9.0 - time partition was stored as Utf-8
in version 1.3.0 onwards - time partition is now stored as TimestampMillisecond

after migration, time partition gets converted from Utf-8 to TimestmapNanosecond

fix is to match TimestampNanosecond to create the time filters for query
@nitisht nitisht merged commit 6daf9e1 into parseablehq:main Aug 13, 2024
8 checks passed
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