You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way on the Java/spark side to turn metadata information into JSON? With #535, perhaps we can compare the two JSON results and check for mismatches like this one.
Is there a way on the Java/spark side to turn metadata information into JSON? With #535, perhaps we can compare the two JSON results and check for mismatches like this one.
That would be an interesting idea. We could take the PySpark schema and turn it into an Iceberg schema and compare the two (or just compare the Avro schemas)
Feature Request / Improvement
It looks like a misnamed field slipped in:
This should be
sequence_number
:Luckily this still worked due to Iceberg's field-id based lookup, but would be good to get this cleaned up.
Relevant code:
iceberg-python/pyiceberg/manifest.py
Line 380 in a8d3f17
The text was updated successfully, but these errors were encountered: