Skip to content

Commit

Permalink
chore: minor edit of variable name for clarity in LIT test (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
dshaaban01 authored Feb 7, 2025
1 parent c89d441 commit 0c133f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Target/SubstraitPB/Export/literal.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ substrait.plan version 0 : 42 : 1 {
%0 = named_table @t1 as ["a"] : tuple<si1>
%1 = project %0 : tuple<si1> -> tuple<si1, !substrait.binary> {
^bb0(%arg : tuple<si1>):
%hi = literal "4,5,6,7" : !substrait.binary
yield %hi : !substrait.binary
%bytes = literal "4,5,6,7" : !substrait.binary
yield %bytes : !substrait.binary
}
yield %1 : tuple<si1, !substrait.binary>
}
Expand Down

0 comments on commit 0c133f4

Please sign in to comment.