LakeShen commented on code in PR #3333:
URL: https://github.com/apache/calcite/pull/3333#discussion_r1289975011


##########
core/src/test/resources/sql/misc.iq:
##########
@@ -738,24 +738,25 @@ EnumerableCalc(expr#0..1=[{inputs}], expr#2=[1], 
expr#3=[=($t0, $t2)], proj#0..1
 
 # [HIVE-5873] Semi-join to count sub-query
 # [CALCITE-365] AssertionError while translating query with WITH and 
correlated sub-query
-with parts (PNum, OrderOnHand)
-     as (select * from (values (3, 6), (10, 1), (8, 0)) as t(PNum, 
OrderOnHand)),
-  supply (PNum, Qty)

Review Comment:
   Why you delete this sql test case?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to