mapleFU commented on PR #15241:
URL: https://github.com/apache/arrow/pull/15241#issuecomment-1377599057

   Or maybe I can just add a `is_init_page` flag:
   
   ```c++
     void InitBlock(bool is_init_page) {
        int current_miniblock_values = is_init_page ? 1 : 0;
        ...
     }
   ```


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to