segmentio / parquet-go

Go library to read/write Parquet files
https://pkg.go.dev/github.com/segmentio/parquet-go
Apache License 2.0
341 stars 102 forks source link

Flakey test: "TestOpenFile/testdata/rle_boolean_encoding.parquet" #502

Open joe-elliott opened 1 year ago

joe-elliott commented 1 year ago

This test fails on tip of main about 30% of the time.

--- FAIL: TestOpenFile (0.09s)
    --- FAIL: TestOpenFile/testdata/rle_boolean_encoding.parquet (0.00s)
        file_test.go:48: message table {
                optional boolean datatype_boolean;
            }
        file_test.go:64: 
        file_test.go:62: . datatype_boolean RLE GZIP
        file_test.go:75: decoding page 0 of column "datatype_boolean": input shorter than length prefix: 29 < 559903: unexpected EOF
kevinburkesegment commented 1 year ago

Apologies to make more work for you, but we've decided to move development on this project to a new organization at https://github.com/parquet-go/parquet-go to ensure its long term success. We appreciate your contribution and would appreciate if you could reopen this ticket there if it is still relevant.

gernest commented 1 year ago

This has been fixed as part of https://github.com/parquet-go/parquet-go/pull/11

@kevinburkesegment can we close this issue? I'm cleaning house, I'm doing the migration manually.