pkommoju
pkommoju
Removing remove_from is presenting problems when from contains union/intersect/except because outputs are not set for all except the first select.
This one is working. select a.a1 aa1, b.b2 bb2 from a join b on(a.a3 = b.b4) where aa1 = bb2 group by aa1, bb2 order by aa1 desc Unhandled exception....
Alright, I will add few more test cases and if things look good, I will update the case.
My branch has it but I think I will separate the Tests into a separate branch and push it so that you can merge into master.
branch nist_tests has these tests.
I will update it in the next couple of hours.
Pushed an update. This can be merged into master now.
> Ignite was running on 10.213.43.163 and 164. The test, DPM, NMM and NCM all run on 10.213.43.161.
Submitted PR# 683. [https://github.com/futurewei-cloud/alcor/pull/683](url)