Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmcsherry committed Mar 25, 2020
1 parent cf6a5cb commit beb3900
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions test/sqllogictest/tpch.slt
Original file line number Diff line number Diff line change
Expand Up @@ -237,28 +237,29 @@ ORDER BY
7 =
| Get %5
| Distinct group=(#0)
| ArrangeBy ()
| ArrangeBy (#0)

8 =
| Get materialize.public.partsupp (u11)
| ArrangeBy (#0)
| ArrangeBy (#0) (#1)

9 =
| Get materialize.public.supplier (u8)
| ArrangeBy (#0, #3)
| ArrangeBy (#0) (#3)

10 =
| Get materialize.public.nation (u1)
| ArrangeBy ()
| ArrangeBy (#0) (#2)

11 =
| Get materialize.public.region (u4)
| Filter (#1 = "EUROPE")
| ArrangeBy (#0)

12 =
| Join %7 %8 %9 %10 %11 (= #0 #1 #9) (= #2 #6) (= #14 #16)
| | implementation = Differential %11 %7.() %8.(#0) %9.(#0, #3) %10.()
| | demand = (#0, #4)
| Join %7 %8 %9 %10 %11 (= #0 #1) (= #2 #6) (= #9 #13) (= #15 #17)
| | implementation = DeltaQuery %7 %8.(#0) %9.(#0) %10.(#0) %11.(#0) | %8 %7.(#0) %9.(#0) %10.(#0) %11.(#0) | %9 %10.(#0) %11.(#0) %8.(#1) %7.(#0) | %10 %11.(#0) %9.(#3) %8.(#1) %7.(#0) | %11 %10.(#2) %9.(#3) %8.(#1) %7.(#0)
| | demand = (#0, #4, #18)
| Filter (#18 = "EUROPE")
| Reduce group=(#0) min(#4)
| ArrangeBy (#0, #1)

Expand Down

0 comments on commit beb3900

Please sign in to comment.