From 947cfa605666b8f7cdca4f486654bacf96488ebb Mon Sep 17 00:00:00 2001 From: Vasily Nemkov Date: Thu, 31 Oct 2019 11:27:48 +0300 Subject: [PATCH] Simplified formatDateTime test case: removed format directives that produce '\n' and '\t' chars. --- .../queries/0_stateless/00921_datetime64_compatibility.python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbms/tests/queries/0_stateless/00921_datetime64_compatibility.python b/dbms/tests/queries/0_stateless/00921_datetime64_compatibility.python index 2e5d27e3dfa..109ce4fb3a3 100755 --- a/dbms/tests/queries/0_stateless/00921_datetime64_compatibility.python +++ b/dbms/tests/queries/0_stateless/00921_datetime64_compatibility.python @@ -77,7 +77,7 @@ CAST(N as DateTime64(6)) CAST(N as DateTime64(9)) CAST(N as DateTime64(12)) CAST(N as DateTime64(18)) -formatDateTime(N, '%C %d %D %e %F %H %I %j %m %M %n %p %R %S %t %T %u %V %w %y %Y %%') +formatDateTime(N, '%C %d %D %e %F %H %I %j %m %M %p %R %S %T %u %V %w %y %Y %%') """.splitlines() # Expanded later to cartesian product of all arguments.