fugue-project / fugue

A unified interface for distributed computing. Fugue executes SQL, Python, Pandas, and Polars code on Spark, Dask and Ray without any rewrites.
https://fugue-tutorials.readthedocs.io/
Apache License 2.0
1.98k stars 94 forks source link

[FEATURE] Remove SQLite support #408

Closed goodwanghan closed 1 year ago

goodwanghan commented 1 year ago

With Duckdb, it's hard to justify the value of SQLite as an builtin core SQL engine for Fugue. It has limited data types, and so far we have not been aware of anyone using SQLite as the SQL backend, so we will remove it from the Fugue core.

In the future, we may add it back as an IbisExecutionEngine.