mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
Suppress warnings in 01457_create_as_table_function_structure
This commit is contained in:
parent
594c6b0dd4
commit
edd79e3faf
@ -18,6 +18,9 @@ DROP TABLE tmp;
|
||||
DETACH DATABASE test_01457;
|
||||
ATTACH DATABASE test_01457;
|
||||
|
||||
-- To suppress "Structure does not match (...), implicit conversion will be done." message
|
||||
SET send_logs_level='error';
|
||||
|
||||
CREATE TABLE tmp (n Int8) ENGINE=Memory;
|
||||
INSERT INTO test_01457.tf_remote_explicit_structure VALUES ('42');
|
||||
SELECT * FROM tmp;
|
||||
|
Loading…
Reference in New Issue
Block a user