kou commented on code in PR #34555:
URL: https://github.com/apache/arrow/pull/34555#discussion_r1135207312
##########
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:
Can we use `enum class` instead of adding a prefix?
```suggestion
enum class type {
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]