We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looking at the manifest list, we see the following names:
{ "name" : "added_data_files_count", "type" : "int" }, { "name" : "existing_data_files_count", "type" : "int" }, { "name" : "deleted_data_files_count", "type" : "int" }
With the V2 spec the names have been changed:
This is just cosmetic, since the fields are looked up by ID, but would be nice to fix this to avoid any future confusion.
The text was updated successfully, but these errors were encountered:
@Fokko, can you please assign this to me? Thanks!
Sorry, something went wrong.
Done, thanks!
org.apache.iceberg:iceberg-spark-runtime-3.5_2.13:1.5.0
PR : #380
Close by #380 Thanks @gupteaj
s-akhtar-baig
No branches or pull requests
Looking at the manifest list, we see the following names:
With the V2 spec the names have been changed:
This is just cosmetic, since the fields are looked up by ID, but would be nice to fix this to avoid any future confusion.
The text was updated successfully, but these errors were encountered: