exec: add test infrastructure to compare results of running operators against processors' output #35922
Labels
A-sql-execution
Relating to SQL execution.
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Writing randomized tests for columnar operators might be pretty hard (mostly due to trickiness of generating the expected output). in order to make that easier we could create a testing infrastructure the goal of which would be running the tests against both the columnar operators and the row-based processors.
The text was updated successfully, but these errors were encountered: