Skip to content

Commit 5611b2f

Browse files
committed
Add a note about not working _table filter for Merge with analyzer
Signed-off-by: Azat Khuzhin <[email protected]>
1 parent 8d0a201 commit 5611b2f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Storages/StorageMerge.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,10 @@ StorageMerge::StorageListWithLocks StorageMerge::getSelectedTables(
795795
bool filter_by_database_virtual_column /* = false */,
796796
bool filter_by_table_virtual_column /* = false */) const
797797
{
798+
/// FIXME: filtering does not work with allow_experimental_analyzer due to
799+
/// different column names there (it has "table_name._table" not just
800+
/// "_table")
801+
798802
assert(!filter_by_database_virtual_column || !filter_by_table_virtual_column || query);
799803

800804
const Settings & settings = query_context->getSettingsRef();

0 commit comments

Comments
 (0)