Skip to content

Conversation

@JaroslavTulach
Copy link
Member

@JaroslavTulach JaroslavTulach commented Jan 19, 2026

Pull Request Description

Important Notes

  • renaming NumberBuilder to ValidityBuilder
  • it doesn't do anything with numbers anymore
  • it only keeps validity BitMap

Checklist

Please ensure that the following checklist has been satisfied before submitting the PR:

  • All code follows the
    Java,
  • Unit tests continue to work

@JaroslavTulach JaroslavTulach self-assigned this Jan 19, 2026
@JaroslavTulach JaroslavTulach added the CI: No changelog needed Do not require a changelog entry for this PR. label Jan 19, 2026
Copy link
Member

@jdunkerley jdunkerley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few nits but looks clearer than inside the Typed ones


@Override
public Builder retypeTo(StorageType<?> type) {
if (allowDateToDateTimeConversion && Objects.equals(type, DateTimeType.INSTANCE)) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit but would invert the if and throw with the body not surrounded anymore

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

body not surrounded anymore

  • that's a bit less FP style
  • but I often prefer it as well

JaroslavTulach and others added 2 commits January 19, 2026 14:22
Co-authored-by: James Dunkerley <[email protected]>
Co-authored-by: James Dunkerley <[email protected]>
@JaroslavTulach JaroslavTulach force-pushed the wip/jtulach/TimeOfDayArrowStorage branch from 9347dca to 9e23b5e Compare January 19, 2026 13:57
@JaroslavTulach JaroslavTulach merged commit d9c64f4 into develop Jan 20, 2026
97 of 102 checks passed
@JaroslavTulach JaroslavTulach deleted the wip/jtulach/TimeOfDayArrowStorage branch January 20, 2026 06:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI: No changelog needed Do not require a changelog entry for this PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants