提交 f96b3a9d 编写于 作者: G Gleb Novikov

Fixed typo

上级 8bd2c7b3
......@@ -14,7 +14,7 @@ $CLICKHOUSE_CLIENT --query="CREATE TABLE test_drop_indices
)
ENGINE = MergeTree ORDER BY (a);"
# Must throw exception
# Must throw an exception
EXCEPTION_TEXT="Cannot find index \`test_index\` to drop.."
$CLICKHOUSE_CLIENT --query="ALTER TABLE test_drop_indices DROP INDEX test_index;" 2>&1 \
| grep -q "$EXCEPTION_TEXT" && echo "$EXCEPTION_SUCCESS_TEXT" || echo "Did not thrown an exception"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册