[ 
https://issues.apache.org/jira/browse/ARROW-1816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16269656#comment-16269656
 ] 

ASF GitHub Bot commented on ARROW-1816:
---------------------------------------

icexelloss commented on a change in pull request #1330: ARROW-1816: [Java] 
Resolve new vector classes structure for timestamp, date and maybe interval  
URL: https://github.com/apache/arrow/pull/1330#discussion_r153651349
 
 

 ##########
 File path: java/vector/pom.xml
 ##########
 @@ -135,6 +135,13 @@
         <groupId>org.apache.drill.tools</groupId>
         <artifactId>drill-fmpp-maven-plugin</artifactId>
         <version>1.5.0</version>
+        <dependencies>
+          <dependency>
+            <groupId>org.freemarker</groupId>
+            <artifactId>freemarker</artifactId>
+            <version>2.3.23</version>
+          </dependency>
+        </dependencies>
 
 Review comment:
   Yes I think that's the version comes with the plugin.
   
   I used <#sep> notation in the template to created comma separated arg list. 
The notation is introduced in 2.3.23

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> [Java] Resolve new vector classes structure for timestamp, date and maybe 
> interval
> ----------------------------------------------------------------------------------
>
>                 Key: ARROW-1816
>                 URL: https://issues.apache.org/jira/browse/ARROW-1816
>             Project: Apache Arrow
>          Issue Type: Sub-task
>            Reporter: Li Jin
>            Assignee: Li Jin
>              Labels: pull-request-available
>             Fix For: 0.8.0
>
>
> Personally I think having 8 vector classes for timestamps is not great. This 
> is discussed at some point during the PR:
> https://github.com/apache/arrow/pull/1203#discussion_r145241388



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to