Commit e433e6b
committed
[lake/paimon] Fix timestamp field assertion in test
- Use getTimestamp() instead of getLong() for timestamp system column
- Addresses review comment: 'should assert getTimestamp because this is a timestamp type'
This completes all review feedback from wuchong in PR #21891 parent 99e1d5b commit e433e6b
File tree
1 file changed
+2
-1
lines changed- fluss-lake/fluss-lake-paimon/src/test/java/org/apache/fluss/lake/paimon/tiering
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
575 | 575 | | |
576 | 576 | | |
577 | 577 | | |
578 | | - | |
| 578 | + | |
| 579 | + | |
579 | 580 | | |
580 | 581 | | |
581 | 582 | | |
| |||
0 commit comments