Skip to content

Commit

Permalink
Updated query comment to match actual plan.
Browse files Browse the repository at this point in the history
  • Loading branch information
EpsilonPrime committed Feb 12, 2024
1 parent 1d1a909 commit 8bad8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/substrait/textplan/data/set-comparision-any.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# isthmus -c "CREATE TABLE NATION (N_REGIONKEY BIGINT NOT NULL)" "SELECT * FROM NATION WHERE N_REGIONKEY IN (SELECT N_REGIONKEY FROM NATION)"
# "CREATE TABLE NATION (N_REGIONKEY BIGINT NOT NULL)" "SELECT * FROM NATION WHERE N_REGIONKEY < ANY (SELECT N_REGIONKEY FROM NATION)"
{
"extensionUris": [],
"extensions": [],
Expand Down

0 comments on commit 8bad8a5

Please sign in to comment.