apache/pinot

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

Open

#10,213 创建于 2023年2月1日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)Java (1,234 fork)batch import
bughelp wanted

仓库指标

Star
 (4,937 star)
PR 合并指标
 (平均合并 6天 7小时) (30 天内合并 186 个 PR)

描述

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.

贡献者指南