Commits


Matthijs Brobbel authored and Antoine Pitrou committed 8daa7a4ed56
ARROW-13494: [C++] Rename BitUtil and LittleEndianArray namespaces Renamed `BitUtil` namespace to `bit_util` and `LittleEndianArray` namespace to `little_endian` to match the suggested style in https://google.github.io/styleguide/cppguide.html#Namespace_Names. I renamed the `LittleEndianArray` namespace to `little_endian` to handle a symbol conflict with the `little_endian_array` function in `arrow/util/basic_decimal.h`. Closes #11792 from mbrobbel/arrow-13494 Authored-by: Matthijs Brobbel <m1brobbel@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>