You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "David Li (Jira)" <ji...@apache.org> on 2022/06/21 19:49:00 UTC

[jira] [Resolved] (ARROW-16686) [C++] Use shared_ptr with FunctionOptions

     [ https://issues.apache.org/jira/browse/ARROW-16686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Li resolved ARROW-16686.
------------------------------
    Fix Version/s: 9.0.0
       Resolution: Fixed

Issue resolved by pull request 13344
[https://github.com/apache/arrow/pull/13344]

> [C++] Use shared_ptr with FunctionOptions
> -----------------------------------------
>
>                 Key: ARROW-16686
>                 URL: https://issues.apache.org/jira/browse/ARROW-16686
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Vibhatha Lakmal Abeykoon
>            Assignee: Vibhatha Lakmal Abeykoon
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 9.0.0
>
>          Time Spent: 4h 50m
>  Remaining Estimate: 0h
>
>  
> Update the usage of `FunctionOptions*` to `shared_ptr` 
> {code:java}
> /// \brief Configure a grouped aggregation
> struct ARROW_EXPORT Aggregate {  
> /// the name of the aggregation function  
> std::string function;
> /// options for the aggregation function  
> const FunctionOptions* options;
> }; {code}
> Note: description edited after discussion.
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)