The GitHub Actions job "Lint PR" on kvrocks.git has succeeded. Run started by GitHub user AryanVBW (triggered by AryanVBW).
Head commit for run: f56c437c0729b01f88d3c69740fe000a4f6f894a / Vivek W <92390419+aryan...@users.noreply.github.com> feat(kqir): Include the e-graph equality saturation framework in the KQIR optimizer. In order to improve the KQIR optimizer's capacity to produce more effective query plans, this commit presents an e-graph equality saturation framework. The following are included in the implementation: Rewrite rules for query plan transformation; equality saturation algorithms for query optimization; and a new e-graph representation for KQIR nodes A new optimization pass that integrates with the current PassManager and makes use of the e-graph framework Through equality saturation, which can find equivalent query plans and choose the most effective one based on a cost model, the e-graph framework makes it possible for more potent term rewriting capabilities. By choosing the best execution strategy and examining a wider range of equivalent query plans, this improvement will increase query performance. Report URL: https://github.com/apache/kvrocks/actions/runs/13882707145 With regards, GitHub Actions via GitBox