Skip to content

Commit

Permalink
unpacker: Add missing DAG ops (#5140)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnibs authored Jun 12, 2024
1 parent 4b7dda7 commit 13d15d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions compiler/ast/dag/unpack.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ var unpacker = unpack.New(
BinaryExpr{},
Call{},
Combine{},
CommitMetaScan{},
Conditional{},
Cut{},
DefaultScan{},
Deleter{},
DeleteScan{},
Dot{},
Drop{},
Explode{},
Expand All @@ -31,6 +34,7 @@ var unpacker = unpack.New(
HTTPScan{},
IndexExpr{},
Join{},
LakeMetaScan{},
Lister{},
Literal{},
Load{},
Expand All @@ -40,6 +44,7 @@ var unpacker = unpack.New(
Over{},
OverExpr{},
Pass{},
PoolMetaScan{},
PoolScan{},
Put{},
RecordExpr{},
Expand Down

0 comments on commit 13d15d3

Please sign in to comment.