apache/pinot

Property based query testing

Aberta

#8.704 aberto em 14 de mai. de 2022

 (0 comentário) (0 reação) (0 responsável)Java (1.234 forks)batch import
good first issuehelp wanted

Métricas do repositório

Stars
 (4.937 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador