Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Tracking: make sure optd does not crash for TPC-H queries #68

@Gun9niR

Description

@Gun9niR

Missing features

  • Subquery: Q2, Q3, Q4, Q11, Q16, Q17, Q20, Q21, Q22
    • Correlated subquery is not supported in DF physical optimizer. DF's logical optimizer eliminates OuterReferenceColumn by moving the column to the outer query. Since we do not know how to access columns of the outer query, I think we should enable DF's logical optimizer when dealing with subqueries.
    • With DF's logical optimizer enabled, we get Error during planning: table 'datafusion.public.xxxx' not found error. When using explain_with_logical in the planner test, make sure to execute the DDLs with execute_with_logical!
  • InListExpr: Q12, Q16, Q19 feat: support InListExpr #77
  • IntervalMonthDayNano: Q1, Q10, Q14(feat: support IntervalMonthDayNano DF type #78)
  • Multiple (non-equal) predicates for one join: Q11, Q13, Q22
  • ColumnRefPropertyBulder
    • LogOp: Q16
  • Left anti and left semi join: Q4, Q16, Q18, Q20, Q21, Q22

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions