You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Kouhei Sutou (Jira)" <ji...@apache.org> on 2022/03/03 03:15:00 UTC

[jira] [Resolved] (ARROW-15650) [MATLAB] Rename the MEX gateway function

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

Kouhei Sutou resolved ARROW-15650.
----------------------------------
    Fix Version/s: 8.0.0
       Resolution: Fixed

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

> [MATLAB] Rename the MEX gateway function
> ----------------------------------------
>
>                 Key: ARROW-15650
>                 URL: https://issues.apache.org/jira/browse/ARROW-15650
>             Project: Apache Arrow
>          Issue Type: Task
>          Components: MATLAB
>            Reporter: Fiona La
>            Assignee: Fiona La
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 8.0.0
>
>          Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> Currently the main MEX function is named {{{}mexfcn{}}}. {{mexfcn}} delegates to C++ functions that implement the functionality of the MATLAB Interface to Arrow. 
> When the interface is installed, the name, {{{}mexfcn{}}}, is on the global MATLAB Search Path and may cause conflicts with functionality outside of the MATLAB Interface to Arrow. 
> This issue proposes the following changes:
>  * Rename the MEX function to {{call.}}
>  * Install the MEX function to the MATLAB package folder hierarchy: {{+arrow/+cpp.}}
>  * Install all dependencies of the MEX function to the same package folder hierarchy.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)