Skip to content

Commit

Permalink
apply table projections through Distinct nodes (#2796)
Browse files Browse the repository at this point in the history
  • Loading branch information
jycor authored Dec 19, 2024
1 parent 85adcd5 commit 701e962
Show file tree
Hide file tree
Showing 5 changed files with 799 additions and 724 deletions.
5 changes: 3 additions & 2 deletions enginetest/plangen/testdata/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ plans:
path: enginetest/queries/index_query_plans.go
- name: IntegrationPlanTests
path: enginetest/queries/integration_plans.go
- name: TpchPlanTests
path: enginetest/queries/tpch_plans.go
# this suite is throwing a missing table error, despite the table being in the set up
# - name: TpchPlanTests
# path: enginetest/queries/tpch_plans.go
- name: TpccPlanTests
path: enginetest/queries/tpcc_plans.go
# - name: TpcdsPlanTests
Expand Down
Loading

0 comments on commit 701e962

Please sign in to comment.