xiangfu0 opened a new pull request, #19198: URL: https://github.com/apache/pinot/pull/19198
Follow-up to https://github.com/apache/pinot/pull/18872#discussion_r3708786277, where @Jackie-Jiang asked for this line to be removed. It was not removed — #19183 actually introduced it. On master today: ``` 875: return _bytesValuesSV; 876: } 877: 878: 879: @Override 880: public RoaringBitmap getNullBitmap(ValueBlock valueBlock) { ``` Checkstyle does not flag it: the `RegexpMultiline` rule in `config/checkstyle.xml` matches a blank line *before a closing brace*, not a double blank line between methods. Whitespace only — no behavior change. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
