ClickHouse/tests/queries/0_stateless/02504_disallow_arrayjoin_in_mutations.reference
Smita Kulkarni 56fa477db6 Disallow array join in mutations
Implementation:
* Added a new parameter to ActionsVisitor::Data disallow_arrayjoin, which is set by MutationsIterator when it appends expression.
* ActionsVisitor uses disallow_arrayjoin and throws error when its used with mutations.
Testing:
* Added test for the same 02504_disallow_arrayjoin_in_mutations.sql.
2022-12-20 18:51:55 +01:00

4 lines
12 B
Plaintext