[Subtask]: Remove IcebergContentFile
and related codes
#1839
Closed
2 of 3 tasks
Labels
type:subtask
Subtask of another issue
Search before asking
Description
Before Iceberg version 1.3, you can not get the file sequence number and data sequence number of files.
Amoro implements
IcebergContentFile
to expose the sequence number andSequenceNumberFetcher
to fetch the sequence number.But As we have upgraded Iceberg to version 1.3, we can get the sequence numbers from
org.apache.iceberg.ContentFile
directly. And this will reduce code complexity and improve performance.Parent issue
#1837
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: