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

[FEATURE] Make Duckdb a core dependency, remove QPD #456

Open
goodwanghan opened this issue Apr 5, 2023 · 1 comment
Open

[FEATURE] Make Duckdb a core dependency, remove QPD #456

goodwanghan opened this issue Apr 5, 2023 · 1 comment

Comments

@goodwanghan
Copy link
Collaborator

QPD was created when there was no good local SQL solution. Duckdb is now very mature and very lightweight. So it's time to totally remove QPD from the core dependency and use DuckDB instead.

Also DuckExecutionEngine should become NativeExecutionEngine. We need to merge these two.

@swertz
Copy link

swertz commented Apr 12, 2024

Is it possible that QPD is not maintained anymore? The link pointing to the repository from https://pypi.org/project/qpd/ is broken...

I am having a dependency conflict in my project that traces back to QPD (which requires antlr4-python3-runtime<4.12 >=4.11.1, while other dependencies I need depend on antlr4-python3-runtime==4.9.*), so it would help me very much if fugue dropped the dependency on QPD...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants