Skip to content

Remove stray blank line in CaseTransformFunction - #19198

Closed
xiangfu0 wants to merge 1 commit into
apache:masterfrom
xiangfu0:uuid-followup/case-blank-line
Closed

Remove stray blank line in CaseTransformFunction#19198
xiangfu0 wants to merge 1 commit into
apache:masterfrom
xiangfu0:uuid-followup/case-blank-line

Conversation

@xiangfu0

@xiangfu0 xiangfu0 commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Follow-up to #18872 (comment), 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.

Follow-up to a review comment on apache#18872. The double blank line was introduced
by apache#19183 rather than removed by it. Checkstyle does not catch it: the
RegexpMultiline rule only covers a blank line before a closing brace, not a
double blank line between methods.
@xiangfu0 xiangfu0 closed this Aug 8, 2026
@xiangfu0
xiangfu0 deleted the uuid-followup/case-blank-line branch August 8, 2026 22:16
@codecov-commenter

codecov-commenter commented Aug 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 66.64%. Comparing base (eb077bc) to head (7ee6793).

Additional details and impacted files
@@             Coverage Diff              @@
##             master   #19198      +/-   ##
============================================
- Coverage     66.65%   66.64%   -0.02%     
  Complexity     1423     1423              
============================================
  Files          3443     3443              
  Lines        218663   218663              
  Branches      34801    34801              
============================================
- Hits         145750   145726      -24     
- Misses        61192    61211      +19     
- Partials      11721    11726       +5     
Flag Coverage Δ
custom-integration1 100.00% <ø> (ø)
integration 100.00% <ø> (ø)
integration1 100.00% <ø> (ø)
integration2 0.00% <ø> (ø)
java-25 66.64% <ø> (-0.02%) ⬇️
temurin 66.64% <ø> (-0.02%) ⬇️
unittests 66.64% <ø> (-0.02%) ⬇️
unittests1 57.30% <ø> (-0.01%) ⬇️
unittests2 38.90% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants