close #3312 ### _Why are the changes needed?_ SQL supported like: ```sql -- ScalarQuery select (select a from table0) as aa, b as bb from table0 select (select count(*) from table0) as aa, b as bb from table0 -- Left Semi or Anti Join select * from table0 where table0.a in (select a from table1) select * from table0 where table0.a not in (select a from table1) select * from table0 where exists (select * from table1 where table0.c = table1.c) ``` ### _How was this patch tested?_ - [x] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [x] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #3384 from iodone/kyuubi-3312. Closes #3312 e2af4e1c [odone] change lineage column __aggregate__ to __count__ if exist count(*) d9c46c34 [odone] add aggregate expression lineage extracting 2fd63482 [odone] add subquery support Authored-by: odone <odone.zhang@gmail.com> Signed-off-by: ulysses-you <ulyssesyou@apache.org> |
||
|---|---|---|
| .. | ||
| engines | ||
| server | ||
| index.rst | ||