You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Vibhatha Lakmal Abeykoon (Jira)" <ji...@apache.org> on 2022/09/08 00:53:00 UTC

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

Vibhatha Lakmal Abeykoon created ARROW-17647:
------------------------------------------------

             Summary: [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


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)