RyanZ

Results 5 comments of RyanZ

> How about adding this clang tidy rule in our clang-tidy script Drawbacks: - if enable `modern-xxx` in .clang-tidy, there are more changes than this. And most of them, I...

> > > How about adding this clang tidy rule in our clang-tidy script > > > > > > Drawbacks: > > > > * if enable `modern-xxx` in...

We can also apply clang-tidy to fix files by > run-clang-tidy -p . -fix -j 32 be/src/formats/parquet No need to modify cmakelists.txt