apache/pinot

Impossible to use the virtual column generated by the timestamp index ($ts$DAY) in the startree index

Open

#10 213 ouverte le 1 févr. 2023

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)Java (1 234 forks)batch import
bughelp wanted

Métriques du dépôt

Stars
 (4 937 stars)
Métriques de merge PR
 (Merge moyen 6j 7h) (186 PRs mergées en 30 j)

Description

When I try to create my realtime table with a timestamp and a startree index, I get this error :

Invalid table config: my-table-name_REALTIME. Column Name $ts$DAY defined in StarTreeIndex Config must be a valid column defined in the schema

Currently the table config validation requires all the star-tree index to be explicitly configured within the schema.

Guide contributeur