apache/pinot

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

オープン

#10,213 opened on 2023/02/01

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Java (1,234 件のフォーク)batch import
bughelp wanted

Repository metrics

Stars
 (4,937 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド