ClickHouse/dbms/tests/queries/0_stateless/00506_global_in_union.reference
proller 4f2b4efa25 UNION ALL: mismatch size #1444 (#1446)
* UNION ALL: mismatch size #1444

* Fix test reference

* restore InterpreterSelectQuery::initQueryAnalyzer
2017-12-22 21:30:42 +03:00

23 lines
423 B
Plaintext

1
3
34
NOW okay =========================:
34
34
NOW BAD ==========================:
34
34
finish ===========================;
* A UNION * B:
A 1970-01-01 03:00:01
B 1970-01-01 03:00:02
Event, Datetime A UNION * B:
A 1970-01-01 03:00:01
B 1970-01-01 03:00:02
* A UNION Event, Datetime B:
A 1970-01-01 03:00:01
B 1970-01-01 03:00:02
Event, Datetime A UNION Event, Datetime B:
A 1970-01-01 03:00:01
B 1970-01-01 03:00:02