Add regression test for the __getScalar()

This commit is contained in:
Azat Khuzhin 2019-11-04 00:30:37 +03:00
parent 842f4e2ca0
commit 920572915e
2 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
CREATE TABLE foo (key String, macro String MATERIALIZED __getScalar(key)) Engine=Null(); -- { serverError 43 }