forked from apache/cloudberry
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disallow btree index scan on AO table (#11399)
* Disallow btree index scan on AO table Method CXformUtils::FIndexApplicable() allowed a btree index to be used for an IndexGet on an AO table, which is not supported. Fixing the method to return false for this situation. Now, the CXformJoin2IndexGetApply xform should no longer generate an alternative for a btree index on an AO table.
- Loading branch information
Hans Zeller
authored
Feb 1, 2021
1 parent
2c7e49d
commit 3bb3633
Showing
4 changed files
with
370 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters