remove useless code

This commit is contained in:
taiyang-li 2022-04-27 11:15:04 +08:00
parent b7cc344d62
commit 99aa5fdc81
2 changed files with 1 additions and 3 deletions

View File

@ -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 = []

View File

@ -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