From 65f9979cb511e01232c94d9a367faa372973fd6a Mon Sep 17 00:00:00 2001 From: Raz Luvaton <16746759+rluvaton@users.noreply.github.com> Date: Sun, 28 Dec 2025 20:32:29 +0200 Subject: [PATCH] Add 'row_format' to arrow benchmarks --- scripts/scrape_comments.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/scrape_comments.py b/scripts/scrape_comments.py index bd1df14..7bf4891 100644 --- a/scripts/scrape_comments.py +++ b/scripts/scrape_comments.py @@ -95,6 +95,7 @@ "variant_validation", "filter_kernels", "concatenate_kernel", + "row_format", } DEFAULT_REPOS = "apache/datafusion:apache/arrow-rs"