fix build

This commit is contained in:
feng lv 2020-11-04 11:21:59 +00:00
parent 56b34d511c
commit 7ec73e1f20

View File

@ -28,8 +28,6 @@ TableJoin::TableJoin(const Settings & settings, VolumePtr tmp_volume_)
, temporary_files_codec(settings.temporary_files_codec)
, tmp_volume(tmp_volume_)
{
if (settings.partial_merge_join)
join_algorithm = JoinAlgorithm::PREFER_PARTIAL_MERGE;
}
void TableJoin::resetCollected()