Commit cc63767
[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 apache#21891 parent b0357bb commit cc63767
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 | |
|---|---|---|---|
| |||
635 | 635 | | |
636 | 636 | | |
637 | 637 | | |
638 | | - | |
| 638 | + | |
| 639 | + | |
639 | 640 | | |
640 | 641 | | |
641 | 642 | | |
| |||
0 commit comments