apache/pinot

Property based query testing

Open

#8.704 aberto em 14 de mai. de 2022

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Java (1.234 forks)batch import
good first issuehelp wanted

Métricas do repositório

Stars
 (4.937 stars)
Métricas de merge de PR
 (Mesclagem média 6d 7h) (186 fundiu PRs em 30d)

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