Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HIVE-28252: AssertionError when using HiveTableScan with a HepPlanner cluster #5244

Closed
wants to merge 1 commit into from

Commits on May 10, 2024

  1. HIVE-28252: AssertionError when using HiveTableScan with a HepPlanner…

    … cluster
    
    The HepPlanner does not use any RelTraitDef so the default traitset for the respective cluster is always empty.
    
    1. Relax the assertion to not throw an error when the cluster does not contain a ConventionTraitDef (HepPlanner).
    2. Add tests to ensure that it is possible to create a HiveTableScan with VolcanoPlanner and HepPlanner and the expected convention is returned.
    zabetak committed May 10, 2024
    Configuration menu
    Copy the full SHA
    37db4a2 View commit details
    Browse the repository at this point in the history