deephaven / deephaven-core

Deephaven Community Core
Other
257 stars 80 forks source link

feat: Ensure data read order reflects commit sequence in Iceberg tables #6341

Closed malhotrashivam closed 2 days ago

malhotrashivam commented 2 weeks ago

Before this change: Data files were read in the order they appeared in the snapshot, which sometimes led to new data appearing at the top of the table instead of at the bottom.

This PR: