Skip to content

Custom UF-backed tables in the egglog language.#782

Draft
ezrosent wants to merge 6 commits into
mainfrom
uf-with-changes
Draft

Custom UF-backed tables in the egglog language.#782
ezrosent wants to merge 6 commits into
mainfrom
uf-with-changes

Conversation

@ezrosent

@ezrosent ezrosent commented Jan 6, 2026

Copy link
Copy Markdown
Contributor

We'll use this in the term encoding. Opening as a draft for now.

Comment thread src/lib.rs
})
.map_err(|err| Error::BackendError(err.to_string()))?;

match canon_prim {

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can probably clean this up a bit.

@codspeed-hq

codspeed-hq Bot commented Jan 6, 2026

Copy link
Copy Markdown

CodSpeed Performance Report

Merging #782 will not alter performance

Comparing uf-with-changes (8ff50f4) with main (abc9de3)

Summary

✅ 22 untouched
⏩ 190 skipped1

Footnotes

  1. 190 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@ezrosent ezrosent requested a review from oflatt January 6, 2026 17:18
@oflatt

oflatt commented Jan 14, 2026

Copy link
Copy Markdown
Member

This looks great, I'll try it out with my branch before I give a serious review

@yihozhang yihozhang self-requested a review January 23, 2026 19:43
oflatt added a commit to oflatt/egglog-duckdb that referenced this pull request Jun 20, 2026
… UF baselines

Follow-on to the file_supports_proofs gate fix (2d673da), which made several
files newly proof-eligible. Two have latent proof issues unrelated to the global
fix, so skip their proof trials (mirrors math-microbenchmark):
- repro-unsound.egg OOMs under --proofs/--proof-testing.
- web-demo/math.egg's desugar_proof_testing hits a pre-existing proof-extraction
  bug ("Fiat proof claims N = M, not established by globals"); its
  --proofs/--proof-testing variants also time out. math.egg's globals are
  eq-sort (the unchanged constructor path), so this is NOT from Blocker 1's
  non-eq-sort code -- tracked as a follow-up.
Added to both proof_unsupported_file_list and duckdb_proofs_too_slow; ends_with
is component-based, so integer_math.egg keeps full proof coverage and
math-microbenchmark keeps its _proofs_duckdb coverage.

Also accept 2 stray snapshot baselines the gate fix surfaced as correct:
- files__fail-typecheck__uf_onchange_schema.snap (correct native-UF schema error)
- files__shared_snapshot_uf_function.snap (uf_function correct tuple counts)

Pre-existing + separate (not addressed here): fail-typecheck/uf_schema(+_32threads)
still fails -- PR egraphs-good#782 native-UF schema validation not firing; no baseline accepted.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants