[jira] [Commented] (ARROW-4299) [Ruby] Depend on the same version as Red Arrow

2019-01-20 Thread Yosuke Shiro (JIRA)


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

Yosuke Shiro commented on ARROW-4299:
-

Sure! I'll work on this today.

> [Ruby] Depend on the same version as Red Arrow
> --
>
> Key: ARROW-4299
> URL: https://issues.apache.org/jira/browse/ARROW-4299
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Ruby
>Reporter: Kouhei Sutou
>Assignee: Yosuke Shiro
>Priority: Major
>
> Red Arrow CUDA, Red Plasma, Red Gandiva and Red Parquet depend on Red Arrow. 
> But they don't specify Red Arrow version.
> They don't work well without the same Red Arrow version. So they should 
> depend on the same version as Red Arrow.
>  
> We will be able to implement with the following change:
>  
> {code:ruby}
> spec.add_runtime_dependency("red-arrow", "= #{spec.version}")
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ARROW-4299) [Ruby] Depend on the same version as Red Arrow

2019-01-19 Thread Kouhei Sutou (JIRA)


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

Kouhei Sutou commented on ARROW-4299:
-

[~shiro615] Could you work on this?

> [Ruby] Depend on the same version as Red Arrow
> --
>
> Key: ARROW-4299
> URL: https://issues.apache.org/jira/browse/ARROW-4299
> Project: Apache Arrow
>  Issue Type: Improvement
>  Components: Ruby
>Reporter: Kouhei Sutou
>Assignee: Yosuke Shiro
>Priority: Major
>
> Red Arrow CUDA, Red Plasma, Red Gandiva and Red Parquet depend on Red Arrow. 
> But they don't specify Red Arrow version.
> They don't work well without the same Red Arrow version. So they should 
> depend on the same version as Red Arrow.
>  
> We will be able to implement with the following change:
>  
> {code:ruby}
> spec.add_runtime_dependency("red-arrow", "= #{spec.version}")
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)