apache / arrow-go

Official Go implementation of Apache Arrow
https://arrow.apache.org/
Apache License 2.0
30 stars 6 forks source link

[Go] Test fuzzer inputs #77

Open asfimport opened 5 years ago

asfimport commented 5 years ago

We are developing a fuzzer-based corpus of malformed IPC inputs

https://github.com/apache/arrow-testing/tree/master/data/arrow-ipc-stream

The Go implementation should also test against these to verify that the correct kind of exception is raised

Reporter: Wes McKinney / @wesm

Note: This issue was originally created as ARROW-5927. Please see the migration documentation for further details.

asfimport commented 4 years ago

Chen / @dota17: @wesm  Hi Wes, I find the URL shows 404. Will you mind giving another available URL?

asfimport commented 4 years ago

Wes McKinney / @wesm: Updated. In the future you can just look in the arrow-testing repository