Skip to content

[lake/paimon] Fix than tiering service for paimon missed timestampNtz support#1123

Merged
leonardBang merged 4 commits intoapache:release-0.7from
leonardBang:fix_tiering_timestamp_ntz_type_0.7
Jun 16, 2025
Merged

[lake/paimon] Fix than tiering service for paimon missed timestampNtz support#1123
leonardBang merged 4 commits intoapache:release-0.7from
leonardBang:fix_tiering_timestamp_ntz_type_0.7

Conversation

@leonardBang
Copy link
Contributor

Purpose

Linked issue: close #1121

Brief change log

Tests

API and Format

Documentation

genericRow.setField(9, Decimal.fromBigDecimal(new BigDecimal(10), 20, 0));
genericRow.setField(10, TimestampLtz.fromEpochMillis(1698235273182L));
genericRow.setField(11, TimestampLtz.fromEpochMillis(1698235273182L, 45678));
genericRow.setField(11, TimestampNtz.fromMillis(1698235273182L, 45678));
Copy link
Member

Choose a reason for hiding this comment

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

assert the nano seconds part as well?

Copy link
Contributor

@luoyuxia luoyuxia left a comment

Choose a reason for hiding this comment

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

+1

@leonardBang
Copy link
Contributor Author

Thanks @wuchong and @luoyuxia for the review, CI passed, merging..

@leonardBang leonardBang merged commit 44342dc into apache:release-0.7 Jun 16, 2025
4 checks passed
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.

3 participants