Skip to content

Commit 2bcbdac

Browse files
committed
Update parquet-testing submodule
1 parent 3d67d5f commit 2bcbdac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go/parquet/pqarrow/file_reader_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ func TestReadParquetFile(t *testing.T) {
381381
t.Skip("no path supplied with PARQUET_TEST_BAD_DATA")
382382
}
383383
assert.DirExists(t, dir)
384-
filename := path.Join(dir, "GH_43605.parquet")
384+
filename := path.Join(dir, "ARROW-GH-43605.parquet")
385385
ctx := context.TODO()
386386

387387
mem := memory.NewCheckedAllocator(memory.DefaultAllocator)

0 commit comments

Comments
 (0)