Skip to content

Commit

Permalink
copy testdata/issue368.parquet from segment/parquet-go
Browse files Browse the repository at this point in the history
I noticed that checksum of testdata/issue368.parquet was different meaning
we were working with the wrong file.

There is no need for further investigation on why we end up with a different
file.
  • Loading branch information
gernest committed Jul 13, 2023
1 parent fa05253 commit 9da5d64
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions file_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ func init() {
func TestOpenFile(t *testing.T) {
for _, path := range testdataFiles {
t.Run(path, func(t *testing.T) {
if path == "testdata/issue368.parquet" {
// https://github.com/parquet-go/parquet-go/issues/4
t.Skip("Not good to skip; test is failing for unknown reasons")
return
}
f, err := os.Open(path)
if err != nil {
t.Fatal(err)
Expand Down
Binary file modified testdata/issue368.parquet
Binary file not shown.

0 comments on commit 9da5d64

Please sign in to comment.