cloudberry icon indicating copy to clipboard operation
cloudberry copied to clipboard

[ORCA]: fallback to postgres optimizer when NL inner plan is index scan

Open gfphoenix78 opened this issue 1 year ago • 0 comments

fix #567


Why are the changes needed?

orca produces wrong plan for some queries.

Does this PR introduce any user-facing change?

No

How was this patch tested?

Please detail how the changes were tested, including manual tests and any relevant unit or integration tests.

Contributor's Checklist

Here are some reminders and checklists before/when submitting your pull request, please check them:

  • [ ] Make sure your Pull Request has a clear title and commit message. You can take git-commit template as a reference.
  • [ ] Sign the Contributor License Agreement as prompted for your first-time contribution(One-time setup).
  • [ ] Learn the coding contribution guide, including our code conventions, workflow and more.
  • [ ] List your communication in the GitHub Issues or Discussions (if has or needed).
  • [ ] Document changes.
  • [ ] Add tests for the change
  • [ ] Pass make installcheck
  • [ ] Pass make -C src/test installcheck-cbdb-parallel
  • [ ] Feel free to request cloudberrydb/dev team for review and approval when your PR is ready🥳

gfphoenix78 avatar Aug 11 '24 23:08 gfphoenix78