Add 6 oracle-verified reader test cases from delta-semantics-tester#1
Open
murali-db wants to merge 1 commit into
Open
Add 6 oracle-verified reader test cases from delta-semantics-tester#1murali-db wants to merge 1 commit into
murali-db wants to merge 1 commit into
Conversation
New test cases: - semantics_append_read: basic append/read agreement - semantics_multi_append: multiple sequential appends - semantics_partition_filter: partitioned table with predicate - semantics_delete_read: append then delete - semantics_optimize_invariance: OPTIMIZE metamorphic check - semantics_time_travel: time travel across versions after delete These tables were generated by a hybrid oracle that independently reconstructs table state from the Delta log, verified against delta-rs and DuckDB, and validated against the kernel-rs DAT runner (25/25 pass).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds 6 new
@reference_tabletest cases generated by the delta-semantics-tester project.New test cases
semantics_append_readsemantics_multi_appendsemantics_partition_filtersemantics_delete_readsemantics_optimize_invariancesemantics_time_travelHow they were generated
Each table was:
deltalake(delta-rs Python bindings)Validation
These
@reference_tablefunctions follow the existing pattern ingenerated_tables.py. They require PySpark + Delta to generate the output tables viamake write-generated-tables.