Minor changes

This commit is contained in:
divanik 2024-07-19 13:40:30 +00:00
parent 07d03c0c67
commit f0ef101bc5
2 changed files with 3 additions and 2 deletions

View File

@ -12,7 +12,6 @@ namespace DB
namespace ErrorCodes
{
extern const int NUMBER_OF_ARGUMENTS_DOESNT_MATCH;
extern const int LOGICAL_ERROR;
}
void StorageLocalConfiguration::fromNamedCollection(const NamedCollection & collection, ContextPtr)

View File

@ -131,7 +131,9 @@ def test_local_engine(started_cluster):
def test_table_function(started_cluster):
node = started_cluster.instances["test_local_storage"]
node.copy_file_to_container("test_local_storage/files/example2.csv", "/data/example2.csv")
node.copy_file_to_container(
"test_local_storage/files/example2.csv", "/data/example2.csv"
)
result = node.query(
"""