mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-14 02:12:21 +00:00
Updated to ULL
This commit is contained in:
parent
ef1100bb90
commit
792565d858
@ -620,7 +620,7 @@ public:
|
|||||||
|
|
||||||
const Settings & settings = context->getSettingsRef();
|
const Settings & settings = context->getSettingsRef();
|
||||||
chassert(!storage->paths.empty());
|
chassert(!storage->paths.empty());
|
||||||
const auto max_parsing_threads = std::max(settings.max_threads / storage->paths.size(), 1UL);
|
const auto max_parsing_threads = std::max(settings.max_threads / storage->paths.size(), 1ULL);
|
||||||
auto format
|
auto format
|
||||||
= context->getInputFormat(storage->format_name, *read_buf, block_for_format, max_block_size, storage->format_settings, max_parsing_threads);
|
= context->getInputFormat(storage->format_name, *read_buf, block_for_format, max_block_size, storage->format_settings, max_parsing_threads);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user