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

feat: enable SQL query support in datafusion example #169

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

loloxwg
Copy link
Contributor

@loloxwg loloxwg commented Sep 27, 2024

Added support for executing SQL queries using DataFusion's parser and physical plan execution. This enhancement allows querying the "music" table with SQL statements, improving flexibility and functionality.

Added support for executing SQL queries using DataFusion's parser and physical plan execution. This enhancement allows querying the "music" table with SQL statements, improving flexibility and functionality.
@ethe ethe merged commit 6fb5a89 into tonbo-io:refactor/fusio Sep 27, 2024
5 of 6 checks passed
ethe pushed a commit that referenced this pull request Sep 27, 2024
… the storage layer and support multiple storage (#163)

* refactor: use [fusio](https://github.com/tonbo-io/fusio) to implement the storage layer and support multiple storage

* chore: remove println macros codegen

* fix: blocking of LevelStream in `open_file` under Unix system

* refactor: use fusio on Benchmark

* fix: benchmark/writes.rs file not found

* test: add unit tests for serdes

* chore: update read & write for fusio

* fix: example datafusion projection error

* fix: `Fs::list` may not sorted

* ci: add exmaples check

* feat: enable SQL query support in datafusion example (#169)

Added support for executing SQL queries using DataFusion's parser and physical plan execution. This enhancement allows querying the "music" table with SQL statements, improving flexibility and functionality.

* chore: resolve review

---------

Co-authored-by: Xwg <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants