apache/pinot

Property based query testing

开放

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

 (0 条评论) (0 个反应) (0 位负责人)Java (1,234 个派生)batch import
good first issuehelp wanted

仓库指标

星标
 (4,937 个星标)
PR 合并指标
 (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.

贡献者指南