v.18.10Bug Fix

Fixed UNION stream block structure mismatch error in sub-queries

Fixed the Block structure mismatch in UNION stream: different number of columns error that occurred for UNION ALL queries inside a sub-query if one of the SELECT queries contains duplicate column names. Winter Zhang