westonpace opened a new pull request #10787: URL: https://github.com/apache/arrow/pull/10787
I'm not sure disabling the warning is the way to go. However, it appears we are explicitly testing this scenario so I'm not sure if that means we think it is a valid scenario or if the test was just to double check we don't break things in the event of an error. The tests in question are `TestSetBitRunReader, Empty` and `TestBitmapUInt64Reader, Empty`. In both cases a bitmap reader is explicitly created with a nullptr and various offsets. Ideally we could apply the suppression at the test method level but I couldn't figure out a way to make the suppression work on a parent method. -- 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