Skip to content

Conversation

@ayushtkn
Copy link
Member

@ayushtkn ayushtkn commented Jan 21, 2026

Fixes: #15098

@github-actions github-actions bot added the core label Jan 21, 2026
}

@Test
@SuppressWarnings("checkstyle:AssertThatThrownByWithMessageCheck")
Copy link
Contributor

Choose a reason for hiding this comment

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

why is this SuppressWarnings needed?

Copy link
Member Author

Choose a reason for hiding this comment

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

the moment I touched this test file, it fails for an existing issue in this test

> Task :iceberg-core:checkstyleTest
[ant:checkstyle] [ERROR] /Users/ayushsaxena/code/iceberg/core/src/test/java/org/apache/iceberg/data/DataTestBase.java:613: assertThatThrownBy must include a message check like .hasMessage(...) [AssertThatThrownByWithMessageCheck]

> Task :iceberg-core:checkstyleTest FAILED

The assertThatThrownBy doesn't have hasMessage. So, I added this to make the build pass

@ayushtkn ayushtkn changed the title Fix Internal to Generic conversion of TIMESTAMP_NANO Core: Fix Internal to Generic conversion of TIMESTAMP_NANO Jan 22, 2026
@ayushtkn
Copy link
Member Author

@pvary can u help review

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

NanoSecond Timestamp values aren't converted into Generic mode

2 participants