risinglightdb / sqllogictest-rs

Sqllogictest parser and runner in Rust.
Apache License 2.0
167 stars 42 forks source link

refactor: return record output in run #219

Closed BugenZhao closed 1 week ago

BugenZhao commented 1 week ago

RecordOutput is now returned by Runner::run (or Runner::run_async). This allows users to access the output of each record, or check whether the record is skipped.

Signed-off-by: Bugen Zhao i@bugenzhao.com