apache/pinot

Property based query testing

Ouverte

#8 704 ouverte le 14 mai 2022

 (0 commentaire) (0 réaction) (0 personne assignée)Java (1 234 forks)batch import
good first issuehelp wanted

Métriques du dépôt

Stars
 (4 937 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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