From 8bad8a55e9e7d4c132109a50e5f9eb77031c5602 Mon Sep 17 00:00:00 2001 From: David Sisson Date: Mon, 12 Feb 2024 15:39:51 -0800 Subject: [PATCH] Updated query comment to match actual plan. --- src/substrait/textplan/data/set-comparision-any.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/substrait/textplan/data/set-comparision-any.json b/src/substrait/textplan/data/set-comparision-any.json index 8ff5d542..35960148 100644 --- a/src/substrait/textplan/data/set-comparision-any.json +++ b/src/substrait/textplan/data/set-comparision-any.json @@ -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": [],