[
https://issues.apache.org/jira/browse/AVRO-1485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16093439#comment-16093439
]
Hadoop QA commented on AVRO-1485:
---------------------------------
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 0m
24s{color} | {color:blue} Docker mode activated. {color} |
| {color:green}+1{color} | {color:green} @author {color} | {color:green} 0m
0s{color} | {color:green} The patch does not contain any @author tags. {color} |
| {color:green}+1{color} | {color:green} buildtest {color} | {color:green} 0m
0s{color} | {color:green} master passed {color} |
| {color:red}-1{color} | {color:red} whitespace {color} | {color:red} 0m
0s{color} | {color:red} The patch 1 line(s) with tabs. {color} |
| {color:red}-1{color} | {color:red} xml {color} | {color:red} 0m 1s{color} |
{color:red} The patch has 1 ill-formed XML file(s). {color} |
| {color:red}-1{color} | {color:red} buildtest {color} | {color:red} 15m
28s{color} | {color:red} root in the patch failed. {color} |
| {color:black}{color} | {color:black} {color} | {color:black} 15m 56s{color} |
{color:black} {color} |
\\
\\
|| Subsystem || Report/Notes ||
| Docker | Client=1.13.1 Server=1.13.1 Image:yetus/avro:793178a |
| JIRA Issue | AVRO-1485 |
| JIRA Patch URL |
https://issues.apache.org/jira/secure/attachment/12874817/AVRO-1485_1.patch |
| Optional Tests | buildtest xml |
| uname | Linux 103d1460dcf7 3.13.0-117-generic #164-Ubuntu SMP Fri Apr 7
11:05:26 UTC 2017 x86_64 GNU/Linux |
| Build tool | build |
| git revision | master / 793178a |
| whitespace |
https://builds.apache.org/job/PreCommit-AVRO-Build-TEST/30/artifact/patchprocess/whitespace-tabs.txt
|
| xml |
https://builds.apache.org/job/PreCommit-AVRO-Build-TEST/30/artifact/patchprocess/xml.txt
|
| buildtest |
https://builds.apache.org/job/PreCommit-AVRO-Build-TEST/30/artifact/patchprocess/test--root.txt
|
| modules | C: . U: . |
| Console output |
https://builds.apache.org/job/PreCommit-AVRO-Build-TEST/30/console |
| Powered by | Apache Yetus 0.4.0 http://yetus.apache.org |
This message was automatically generated.
> Specification says Record field type can be record name but implementation
> allows any named type.
> -------------------------------------------------------------------------------------------------
>
> Key: AVRO-1485
> URL: https://issues.apache.org/jira/browse/AVRO-1485
> Project: Avro
> Issue Type: Bug
> Components: java, spec
> Affects Versions: 1.7.6
> Reporter: Sean Busbey
> Assignee: Nandor Kollar
> Attachments: AVRO-1485_1.patch
>
>
> The [specification for Record
> fields|http://avro.apache.org/docs/1.7.6/spec.html#schema_record] says that
> the type is
> bq. A JSON object defining a schema, or a JSON string naming a record
> definition (required).
> AFAICT, the Java implementation allows for any [named
> type|http://avro.apache.org/docs/1.7.6/spec.html#Names].
> The specification should be updated to state any named type is allowed or the
> Java implementation should restrict what can be used. The former seems less
> likely to disturb current users.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)