mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Minor changes
This commit is contained in:
parent
07d03c0c67
commit
f0ef101bc5
@ -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)
|
||||
|
@ -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(
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user