Github user jinossy commented on the pull request:
https://github.com/apache/tajo/pull/133#issuecomment-55709357
@hyunsik I can't build on JDK 1.6
java version : 1.6.0_65
```
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile)
on project tajo-common: Compilation failure: Compilation failure:
[ERROR]
/Users/kimjh/tajo-jinossy/incubator-tajo/tajo-common/src/main/java/org/apache/tajo/util/SizeOf.java:[43,11]
cannot find symbol
[ERROR] symbol : variable ARRAY_BOOLEAN_BASE_OFFSET
[ERROR] location: class org.apache.tajo.util.SizeOf
[ERROR]
/Users/kimjh/tajo-jinossy/incubator-tajo/tajo-common/src/main/java/org/apache/tajo/util/SizeOf.java:[43,48]
cannot find symbol
[ERROR] symbol : variable ARRAY_BOOLEAN_INDEX_SCALE
[ERROR] location: class org.apache.tajo.util.SizeOf
[ERROR]
/Users/kimjh/tajo-jinossy/incubator-tajo/tajo-common/src/main/java/org/apache/tajo/util/SizeOf.java:[43,37]
incompatible types
[ERROR] found : <nulltype>
[ERROR] required: long
[ERROR]
/Users/kimjh/tajo-jinossy/incubator-tajo/tajo-common/src/main/java/org/apache/tajo/util/SizeOf.java:[51,11]
cannot find symbol
[ERROR] symbol : variable ARRAY_BYTE_BASE_OFFSET
[ERROR] location: class org.apache.tajo.util.SizeOf
[ERROR]
/Users/kimjh/tajo-jinossy/incubator-tajo/tajo-common/src/main/java/org/apache/tajo/util/SizeOf.java:[51,45]
cannot find symbol
[ERROR] symbol : variable ARRAY_BYTE_INDEX_SCALE
[ERROR] location: class org.apache.tajo.util.SizeOf
[ERROR]
/Users/kimjh/tajo-jinossy/incubator-tajo/tajo-common/src/main/java/org/apache/tajo/util/SizeOf.java:[51,34]
incompatible types
[ERROR] found : <nulltype>
[ERROR] required: long
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---