You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ju...@apache.org on 2017/06/02 23:09:08 UTC

arrow git commit: ARROW-1085: [java] Follow up on template cleanup. Missing method for …

Repository: arrow
Updated Branches:
  refs/heads/master ba97f343f -> 0576ff55c


ARROW-1085: [java] Follow up on template cleanup. Missing method for …

…IntervalYear

Author: Julien Le Dem <ju...@apache.org>

Closes #726 from julienledem/followup_ARROW-1049 and squashes the following commits:

babe1a5 [Julien Le Dem] ARROW-1085: [java] Follow up on template cleanup. Missing method for IntervalYear


Project: http://git-wip-us.apache.org/repos/asf/arrow/repo
Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/0576ff55
Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/0576ff55
Diff: http://git-wip-us.apache.org/repos/asf/arrow/diff/0576ff55

Branch: refs/heads/master
Commit: 0576ff55ca9376dcb3c169046e22c403624cc57c
Parents: ba97f34
Author: Julien Le Dem <ju...@apache.org>
Authored: Fri Jun 2 16:09:05 2017 -0700
Committer: Julien Le Dem <ju...@apache.org>
Committed: Fri Jun 2 16:09:05 2017 -0700

----------------------------------------------------------------------
 java/vector/src/main/codegen/templates/NullableValueVectors.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/arrow/blob/0576ff55/java/vector/src/main/codegen/templates/NullableValueVectors.java
----------------------------------------------------------------------
diff --git a/java/vector/src/main/codegen/templates/NullableValueVectors.java b/java/vector/src/main/codegen/templates/NullableValueVectors.java
index dfd5755..a577d20 100644
--- a/java/vector/src/main/codegen/templates/NullableValueVectors.java
+++ b/java/vector/src/main/codegen/templates/NullableValueVectors.java
@@ -481,7 +481,7 @@ public final class ${className} extends BaseDataValueVector implements <#if type
       }
     }
 
-    <#if minor.class == "Interval" || minor.class == "IntervalDay">
+    <#if minor.class == "IntervalYear" || minor.class == "IntervalDay">
     public StringBuilder getAsStringBuilder(int index) {
       if (isNull(index)) {
           return null;