apache/pinot

Property based query testing

Open

#8,704 创建于 2022年5月14日

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

仓库指标

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

描述

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.

贡献者指南