Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.4.3
-
None
-
2020-4, 2020-5, 2020-6, 2020-7
Description
queries/working_tpch1_compareLogOnly/misc/bug5764.sql should return 2 for count, yet returns 10.
This is not actually an issue with count, however, it is an issue that pertains to a view used in subquery.
Previously a fix for
MCOL-1349reinstated some code for fix outer joins with views being processed twice. There is a case where a view inside a subquery was not processing it's outer join at all. Added a fix here to allow view in subquery to process outerjoin.Reinstated regression test that was broken and added a separate regression test related to
MCOL-1349as well