Fix style

This commit is contained in:
Alexey Milovidov 2021-07-25 01:25:48 +03:00
parent ccde0211dc
commit 1c432d505a
2 changed files with 3 additions and 2 deletions

View File

@ -580,7 +580,7 @@ static DataTypePtr getInternalType(
if (arrow_type->id() == arrow::Type::UINT16
&& (isDate(column_type) || isDateTime(column_type) || isDate32(column_type) || isDateTime64(column_type)))
{
/// Read UInt16 as Date. It will allow correct conversion to DateTime futher.
/// Read UInt16 as Date. It will allow correct conversion to DateTime further.
return std::make_shared<DataTypeDate>();
}

View File

@ -519,6 +519,7 @@
"01999_grant_with_replace",
"01902_table_function_merge_db_repr",
"01946_test_zstd_decompression_with_escape_sequence_at_the_end_of_buffer",
"01946_test_wrong_host_name_access"
"01946_test_wrong_host_name_access",
"01213_alter_rename_with_default_zookeeper" /// Warning: Removing leftovers from table.
]
}