Skip to content

Conversation

nikhilsinhaparseable
Copy link
Contributor

data type for time partition fields in version < 1.2.0 - Utf8 data type updated for time partition fields in version >=1.2.0 - Timestamp(TimeUnit::Millisecond, None)

Issue is with query because of data type mismatch in the schema

Fix is to update the data type from Utf-8 to Timestamp(TimeUnit::Millisecond, None) at server start when stream has time partition and data type in schema is Utf-8

data type for time partition fields in version < 1.2.0 - Utf8
data type updated for time partition fields in version >=1.2.0 -
Timestamp(TimeUnit::Millisecond, None)

Issue is with query because of data type mismatch in the schema

Fix is to update the data type from Utf-8 to Timestamp(TimeUnit::Millisecond, None)
at server start when stream has time partition and data type in schema is Utf-8
1. update data type for time partition field from utf-8 to timestamp
2. fetch stats from ingestors and combine with querier stats
@nitisht nitisht merged commit ef8eb34 into parseablehq:main Aug 14, 2024
8 checks passed
@nikhilsinhaparseable nikhilsinhaparseable deleted the time-partition-data-type-error-fix branch July 12, 2025 08:56
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