facebookincubator / velox

A C++ vectorized database acceleration library aimed to optimizing query engines and data processing systems.
https://velox-lib.io/
Apache License 2.0
3.27k stars 1.08k forks source link

Join Fuzzer supports repro_persist_path #9529

Open liujiayi771 opened 2 months ago

liujiayi771 commented 2 months ago

Description

Aggregation Fuzzer supports --repro_persist_path and --persist_and_run_once, this is very helpful for developers to reproduce and fix bugs. Join Fuzzer should also be supported.

mbasmanova commented 2 months ago

@liujiayi771 Would you like to work on adding this functionality?

CC: @xiaoxmeng