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

Subquery Unnesting Bugs/missing features #188

Open
10 tasks
jurplel opened this issue Oct 24, 2024 · 0 comments
Open
10 tasks

Subquery Unnesting Bugs/missing features #188

jurplel opened this issue Oct 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jurplel
Copy link
Member

jurplel commented Oct 24, 2024

  • 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

@jurplel jurplel added the bug Something isn't working label Oct 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant