apache/pinot

Property based query testing

Open

#8,704 opened on 2022年5月14日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Java (1,234 forks)batch import
good first issuehelp wanted

Repository metrics

Stars
 (4,937 stars)
PR merge metrics
 (平均マージ 6d 7h) (30d で 186 merged PRs)

説明

Given the same data, schema, the same query against two different table configurations should always produce the same result. Generating table configurations over a schema and checking this invariant for generated random data would help to find bugs in operators and index implementations.

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