Port test in subqueries.rs from rust to sqllogictest #6675
Port test in subqueries.rs from rust to sqllogictest #6675alamb merged 40 commits intoapache:mainfrom
Conversation
|
CI failed relate with #6676 |
| // "| 44 | |", | ||
| // "+-------+--------+", | ||
| // ]; | ||
| // assert_batches_eq!(expected, &results); |
There was a problem hiding this comment.
Why was this test case commented out even though it's working correctly?
@mingmwang, if you have time, could you please help me understand,i'm working on move rs to sqllogicatest
There was a problem hiding this comment.
I remember this was because the infer nullablity has bug causing the physical plan schema check failed.
I will take a closer look tomorrow, maybe it was already fixed recently.
There was a problem hiding this comment.
Got it, it should have been fixed. I uncommented the code and everything is working fine.
|
@jiangzhx
In some cases the limit is removed and the subquery is de-correlated, in some cases it is not. Could you please add the comments back to the slt file ? |
No problem, I will check it tonight and rebase the commit. |
@mingmwang Following your suggestion, I have already made the changes. I hope you have time to help me review it again. thanks for your help. |
|
Thank you @jiangzhx and @mingmwang |
Which issue does this PR close?
Closes #6668.
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?