apache/pinot

Property based query testing

Open

#8.704 geöffnet am 14. Mai 2022

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Java (1.234 Forks)batch import
good first issuehelp wanted

Repository-Metriken

Stars
 (4.937 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 6T 7h) (186 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide