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

[jira] [Resolved] (ARROW-17647) [C++] Using better namespace style when using protobuf with Substrait

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

Weston Pace resolved ARROW-17647.
---------------------------------
    Fix Version/s: 10.0.0
       Resolution: Fixed

Issue resolved by pull request 14121
https://github.com/apache/arrow/pull/14121

> [C++] Using better namespace style when using protobuf with Substrait
> ---------------------------------------------------------------------
>
>                 Key: ARROW-17647
>                 URL: https://issues.apache.org/jira/browse/ARROW-17647
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Vibhatha Lakmal Abeykoon
>            Assignee: Vibhatha Lakmal Abeykoon
>            Priority: Major
>              Labels: pull-request-available, substrait
>             Fix For: 10.0.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> At the moment the namespace usage in Substrait is not consistent when it comes to using Protobuf classes in serialization and deserialization tasks. 
>  
> For example: 
> Instead of `substrait::ReadRel_LocalFiles_FileOrFiles` use `substrait::ReadRel::LocalFiles::FileOrFiles`
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)