Updated to ULL

This commit is contained in:
Smita Kulkarni 2023-05-12 17:23:37 +02:00
parent ef1100bb90
commit 792565d858

View File

@ -620,7 +620,7 @@ public:
const Settings & settings = context->getSettingsRef();
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
= context->getInputFormat(storage->format_name, *read_buf, block_for_format, max_block_size, storage->format_settings, max_parsing_threads);