Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Conversation

harkishen
Copy link
Member

@harkishen harkishen commented Aug 22, 2022

Signed-off-by: Harkishen-Singh [email protected]

Fixes: #1567

This PR fixes the ERROR: column \"exemplar_label_values\" does not exist (SQLSTATE 42703) error seen in exemplar ingestion. Based on what I studied, the error occurred due to temporary tables created for samples being used for exemplars as well. Exemplars have a different column requirements and hence the error.

Merge requirements

Please take into account the following non-code changes that you may need to make with your PR:

  • CHANGELOG entry for user-facing changes
  • Updated the relevant documentation

@harkishen harkishen requested a review from a team as a code owner August 22, 2022 12:06
@harkishen harkishen self-assigned this Aug 22, 2022
@harkishen harkishen force-pushed the investigating_exemplars_case branch from c0142c7 to f2bea3f Compare August 22, 2022 12:07
Copy link
Contributor

@niksajakovljevic niksajakovljevic left a comment

Choose a reason for hiding this comment

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

I don't quite understand how this fixes the problem reported in #1547 ?

@harkishen harkishen added this to the 0.14.0 milestone Aug 22, 2022
@harkishen harkishen force-pushed the investigating_exemplars_case branch from f2bea3f to 6f21eff Compare August 22, 2022 14:05
@harkishen harkishen force-pushed the investigating_exemplars_case branch from 6f21eff to 3673367 Compare August 23, 2022 07:39
@harkishen harkishen enabled auto-merge (rebase) August 23, 2022 07:39
@harkishen harkishen merged commit 68a59b6 into timescale:master Aug 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

column "exemplar_label_values" does not exist

2 participants