mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 13:32:13 +00:00
remove useless code
This commit is contained in:
parent
b7cc344d62
commit
99aa5fdc81
@ -322,7 +322,7 @@ def process_benchmark_results(args):
|
||||
required_keys = {
|
||||
"dbms": ["result"],
|
||||
"hardware": ["result", "system", "system_full", "kind"],
|
||||
"versions": ["version", "system"]
|
||||
"versions": ["version", "system"],
|
||||
}
|
||||
for benchmark_kind in ["dbms", "hardware", "versions"]:
|
||||
results = []
|
||||
|
@ -1,6 +1,4 @@
|
||||
#include <Processors/Formats/Impl/HiveTextRowInputFormat.h>
|
||||
#include <boost/algorithm/string/classification.hpp>
|
||||
#include <boost/algorithm/string/split.hpp>
|
||||
|
||||
#if USE_HIVE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user