mrkn commented on a change in pull request #7898:
URL: https://github.com/apache/arrow/pull/7898#discussion_r468657312
##########
File path: cpp/src/arrow/array/builder_dict.h
##########
@@ -409,6 +409,10 @@ class DictionaryBuilder : public
internal::DictionaryBuilderBase<AdaptiveIntBuil
using BASE = internal::DictionaryBuilderBase<AdaptiveIntBuilder, T>;
using BASE::BASE;
+ Status ExpandIndexByteWidth(uint8_t new_index_byte_width) {
+ return BASE::indices_builder_.ExpandIntSize(new_index_byte_width);
Review comment:
I see. I try to rewrite this way.
----------------------------------------------------------------
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]