Merge pull request #33796 from ClickHouse/Avogar-patch-1

Remove debug logging from TableFunctionFile
This commit is contained in:
Kruglov Pavel 2022-01-19 20:39:00 +03:00 committed by GitHub
commit f95d0a7c2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,6 @@ StoragePtr TableFunctionFile::getStorage(const String & source,
ContextPtr global_context, const std::string & table_name,
const std::string & compression_method_) const
{
LOG_DEBUG(&Poco::Logger::get("TableFunctionFile"), "getStorage");
// For `file` table function, we are going to use format settings from the
// query context.
StorageFile::CommonArguments args{