Skip to content

test: DH-20399: Add statistics-checking to RowGroup unit test#7664

Merged
robbcamera merged 7 commits intodeephaven:mainfrom
robbcamera:rjc_DH-20399
Feb 13, 2026
Merged

test: DH-20399: Add statistics-checking to RowGroup unit test#7664
robbcamera merged 7 commits intodeephaven:mainfrom
robbcamera:rjc_DH-20399

Conversation

@robbcamera
Copy link
Copy Markdown
Contributor

No description provided.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 9, 2026

No docs changes detected for 287d7b8

@robbcamera robbcamera marked this pull request as ready for review February 9, 2026 19:15
@SuppressWarnings("SimplifiableAssertion")
private static void assertMinStatisticsEquals(final Table sourceTable, final long row,
final List<ColumnChunkMetaData> columnMetadata) {
if (columnMetadata.get(0).getStatistics().hasNonNullValue()) {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Caller should pass in hasAStats, hasBStats, etc, and we can explicitly assert whether hasNonNullValue matches that (and then conditionally, do the equals).

@SuppressWarnings("SimplifiableAssertion")
private static void assertMaxStatisticsEquals(final Table sourceTable, final long row,
final List<ColumnChunkMetaData> columnMetadata) {
if (columnMetadata.get(0).getStatistics().hasNonNullValue()) {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

ditto

@robbcamera robbcamera merged commit fda7129 into deephaven:main Feb 13, 2026
24 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators Feb 13, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants