Update ActiveDataPartSet.cpp

This commit is contained in:
tavplubix 2021-06-01 16:27:09 +03:00 committed by GitHub
parent 5969891611
commit 275a616bb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,10 +8,6 @@
namespace DB
{
namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
}
ActiveDataPartSet::ActiveDataPartSet(MergeTreeDataFormatVersion format_version_, const Strings & names)
: format_version(format_version_)