GH-36643: [C++][Parquet] Use nested namespace in parquet#36647
GH-36643: [C++][Parquet] Use nested namespace in parquet#36647pitrou merged 3 commits intoapache:mainfrom
Conversation
|
|
00d4b74 to
6ffc9ff
Compare
| namespace parquet::internal { | ||
| #ifndef PARQUET_IMPL_NAMESPACE | ||
| #error "PARQUET_IMPL_NAMESPACE must be defined" | ||
| #endif |
There was a problem hiding this comment.
We may want to use namespace parquet::internal::PARQUET_IMPL_NAMESPACE.
Seems this doesn't caused by my patch https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/47536246 ? |
No, this build has been failing lately :-( |
|
After merging your PR, Conbench analyzed the 6 benchmarking runs that have been run so far on merge-commit c9fbc88. There were 3 benchmark results indicating a performance regression:
The full Conbench report has more details. It also includes information about possible false positives for unstable benchmarks that are known to sometimes produce them. |
Rationale for this change
Just for code style, using nested namespace rather than before
What changes are included in this PR?
Using nested namespace
Are these changes tested?
no
Are there any user-facing changes?
no