Edit tests to test last commit

This commit is contained in:
Dmitry Kardymon 2023-07-06 13:09:49 +00:00
parent 86fc702236
commit 2833207605

View File

@ -44,7 +44,7 @@ $CLICKHOUSE_CLIENT --query="DROP TABLE csv";
echo === Test ignore extra columns
$CLICKHOUSE_CLIENT --query="CREATE TABLE csv (s String, n UInt64 DEFAULT 3, d String DEFAULT 'String4') ENGINE = Memory";
echo '"Hello", 1, "String1"
echo '"Hello", 1, "String1"
"Hello", 2, "String2",
"Hello", 3, "String3", "2016-01-13"
"Hello", 4, , "2016-01-14"