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.

Subquery Unnesting Bugs/missing features #188

Description

@jurplel
  • More testing (+ unit tests)
  • Query plan correctness issues
    • Datafusion plan typing issues
  • EXISTS clauses
  • IN clauses
  • ANY/ALL clauses
  • IsNull/IsNotNull
  • Correctness issue with COUNT(*) (requires adding left outer join to plan)
  • Support more pushdowns (e.g. limit, joins)
  • Optimizations from the paper are all missing (Out of scope?)

Here are some test subqueries from my development: https://pastebin.com/SJV9q03B

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions