You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Gabor Szadovszky (JIRA)" <ji...@apache.org> on 2016/11/05 15:33:59 UTC

[jira] [Created] (PARQUET-765) Unit test failure with Avro 1.8.1

Gabor Szadovszky created PARQUET-765:
----------------------------------------

             Summary: Unit test failure with Avro 1.8.1
                 Key: PARQUET-765
                 URL: https://issues.apache.org/jira/browse/PARQUET-765
             Project: Parquet
          Issue Type: Bug
          Components: parquet-avro
            Reporter: Gabor Szadovszky
            Assignee: Gabor Szadovszky


Unit test failure occurs if using Avro 1.8.1:
{code}
[ERROR] Failed to execute goal org.apache.avro:avro-maven-plugin:1.8.1:idl-protocol (schemas) ... 
org.apache.avro.compiler.idl.ParseException: Encountered " "date" "date "" at line 23, column 14.
[ERROR] Was expecting one of:
[ERROR] <IDENTIFIER> ...
[ERROR] "@" ...
[ERROR] "`" ...
[ERROR] -> [Help 1]
{code}

See AVRO-1924 about the background.
It is not clear whether it is solvable on Avro side or it is more a limitation from Avro 1.8.1. Therefore, I would suggest fixing the issue in the unit test side. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)