apache/pinot

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

Aperta

#10.213 aperta il 1 feb 2023

 (2 commenti) (0 reazioni) (0 assegnatari)Java (1234 fork)batch import
bughelp wanted

Metriche repository

Star
 (4937 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor