Skip to content

Commit 4f3da01

Browse files
committed
Update doc and add TODO
1 parent 70dc901 commit 4f3da01

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ci/scripts/cpp_test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ if [ "${ARROW_FUZZING}" == "ON" ]; then
184184
if [ "${ARROW_PARQUET}" == "ON" ]; then
185185
"${binary_output_dir}/parquet-arrow-fuzz" "${ARROW_TEST_DATA}"/parquet/fuzzing/*-testcase-*
186186
fi
187+
# TODO run CSV fuzz regression tests once we have any
187188
fi
188189

189190
popd

docs/source/developers/cpp/fuzzing.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ fuzz testing on several parts of the Arrow C++ feature set, currently:
2929
* the IPC stream format
3030
* the IPC file format
3131
* the Parquet file format
32+
* the CSV file format
3233

3334
We welcome any contribution to expand the scope of fuzz testing and cover
3435
areas ingesting potentially invalid or malicious data.

0 commit comments

Comments
 (0)