zeroshade commented on code in PR #477: URL: https://github.com/apache/arrow-go/pull/477#discussion_r2282768623
########## parquet/file/file_reader_test.go: ########## @@ -927,3 +928,61 @@ func TestListColumns(t *testing.T) { } } } + +func BenchmarkReadInt32Column(b *testing.B) { + b.Skip("rle-dict-int32-snappy.parquet not available") Review Comment: Would it be difficult to generate the file in `t.TempDir()` during the test, do the benchmark, then clean it up? That would be my preference, otherwise we can add a `testdata` folder and add it there. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org