emkornfield commented on a change in pull request #8475:
URL: https://github.com/apache/arrow/pull/8475#discussion_r508781568
##########
File path: cpp/src/arrow/ipc/metadata_internal.cc
##########
@@ -236,7 +236,8 @@ static inline TimeUnit::type
FromFlatbufferUnit(flatbuf::TimeUnit unit) {
return TimeUnit::SECOND;
}
-constexpr int32_t kDecimalBitWidth = 128;
+constexpr int32_t kDecimalBitWidth128 = 128;
+constexpr int32_t kDecimalBitWidth256 = 256;
Review comment:
removing them.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]