You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "deepzliu (via GitHub)" <gi...@apache.org> on 2023/03/14 11:04:36 UTC

[GitHub] [arrow] deepzliu commented on a diff in pull request #34555: GH-34556: [C++]Add prefix 'ACT_' for 'arrow::Compression::type' to avoid naming conflicts

deepzliu commented on code in PR #34555:
URL: https://github.com/apache/arrow/pull/34555#discussion_r1135372918


##########
cpp/src/arrow/util/type_fwd.h:
##########
@@ -45,17 +45,18 @@ struct Scope;
 
 struct Compression {
   /// \brief Compression algorithm
+  //   prefix 'ACT'(arrow compression type) to avoid nameing conflicts.
   enum type {

Review Comment:
   OK, let me try.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org