Open praveensachdeva opened 1 year ago
If there is ColumnStore Index on the table, then the logic on line 1576 was marking the Non-ColumnStore indexes as ColumnStore Indexes, hence these Indexes were not picked up for Online Rebuild. The change proposed here fixes that.
BUGBUG: You have incorrect aliasing between [indexes] and [indexes5]. This is a bad PR.
If there is ColumnStore Index on the table, then the logic on line 1576 was marking the Non-ColumnStore indexes as ColumnStore Indexes, hence these Indexes were not picked up for Online Rebuild. The change proposed here fixes that.