mapleFU commented on PR #15241: URL: https://github.com/apache/arrow/pull/15241#issuecomment-1377584540
In most case, https://github.com/apache/arrow/issues/14923#issuecomment-1369902019 is right. But we may have the case above: ```c++ if (total_value_count_ != 1) { InitBlock(); } ``` Here handling it would becoming trickey. And update so much code because some name really makes me feel confusing. But maybe I can make it simplier -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
