SELECT a.orderid,a.orderdate,a.productname,a.companyname,a.region,a.categoryname,a.quantity,a.unitprice,a.sales_revenue,a.discount
FROM Northwind.“Logical Schema”.NORTHWIND_DATA_MODEL a
where
a.categoryname in (‘Beverages’,‘Condiments’,‘Confections’,‘Dairy Products’,‘Produce’,‘Seafood’)
and a.orderid in (select b.orderid from Northwind.“Reports”.“European Orders” b)
Here is error
Node [rel#351726:Subset#43.LOGICAL.ANY([]).[]] could not be implemented; planner state:
Root: rel#351726:Subset#43.LOGICAL.ANY([]).[]
We certainly support subqueries but just discovered an issue with our planner that generates the above error in a subquery. We have an internal ticket already filed for this to get this sorted out and will have it fixed in one of the upcoming releases