[
https://issues.apache.org/jira/browse/GORA-143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13696479#comment-13696479
]
Hudson commented on GORA-143:
-----------------------------
Integrated in goraOracle #6 (See [https://builds.apache.org/job/goraOracle/6/])
Updates GoraCompiler.java for GORA-143. (Revision
83c9255ebc2756a9fb781f39d7248aa55971acd7)
Updates CHANGES.txt for GORA-143 (Revision
8c0ce1bae4f5766f178d530f26bba0c11962d286)
Result = FAILURE
kazk :
Files :
* gora-core/src/main/java/org/apache/gora/compiler/GoraCompiler.java
kazk :
Files :
* CHANGES.txt
> GoraCompiler needs to add "import FixedSize" statement for FIXED type
> ---------------------------------------------------------------------
>
> Key: GORA-143
> URL: https://issues.apache.org/jira/browse/GORA-143
> Project: Apache Gora
> Issue Type: Bug
> Components: schema
> Affects Versions: 0.2
> Reporter: Kazuomi Kashii
> Fix For: 0.2.1
>
> Attachments: GORA-143.patch, GORA-143-v2.patch
>
>
> Since GoraCompiler does not write the following import statement:
> import org.apache.avro.specific.FixedSize;
> for FIXED type like:
> { "name": "md5", "type": { "type" : "fixed", "size" : 16, "name" :
> "MD5" } },
> javac cannot compile the FIXED type class generated by GoraCompiler like:
> src/MD5.java:24: cannot find symbol
> symbol: class FixedSize
> @FixedSize(16)
> ^
> GoraCompiler should write:
> import org.apache.avro.specific.FixedSize;
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira