apache/pinot

Property based query testing

Open

#8 704 ouverte le 14 mai 2022

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Java (1 234 forks)batch import
good first issuehelp wanted

Métriques du dépôt

Stars
 (4 937 stars)
Métriques de merge PR
 (Merge moyen 6j 7h) (186 PRs mergées en 30 j)

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.

Guide contributeur