apache / orc

Apache ORC - the smallest, fastest columnar storage for Hadoop workloads
https://orc.apache.org/
Apache License 2.0
682 stars 481 forks source link

ORC-1677: [C++] Remove `m` prefix of class member variables #1877

Closed ffacs closed 5 months ago

ffacs commented 6 months ago

What changes were proposed in this pull request?

Remove the m prefix of identifiers.

Why are the changes needed?

To unify naming style of identifiers.

How was this patch tested?

UT passed.

Was this patch authored or co-authored using generative AI tooling?

NO