Skip to content

Commit

Permalink
Update parquet-testing submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
don4get committed Aug 26, 2024
1 parent 8e034c7 commit ac12c20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go/parquet/pqarrow/file_reader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ func TestReadParquetFile(t *testing.T) {
t.Skip("no path supplied with PARQUET_TEST_BAD_DATA")
}
assert.DirExists(t, dir)
filename := path.Join(dir, "GH_43605.parquet")
filename := path.Join(dir, "ARROW-GH-43605.parquet")
ctx := context.TODO()

mem := memory.NewCheckedAllocator(memory.DefaultAllocator)
Expand Down

0 comments on commit ac12c20

Please sign in to comment.