Koji Noguchi created AVRO-1823:
----------------------------------
Summary: DataFileStream to include the exception when reading of
the magic fail
Key: AVRO-1823
URL: https://issues.apache.org/jira/browse/AVRO-1823
Project: Avro
Issue Type: Improvement
Reporter: Koji Noguchi
Priority: Trivial
When reading the Avro file failed with
{noformat}
Caused by: java.io.IOException: Not a data file.
at
org.apache.avro.file.DataFileStream.initialize(DataFileStream.java:102)
{noformat}
it made the debugging a bit hard since the exception causing it was swallowed
and not shown to the user.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)