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: read_parquet table function #9048

Closed
sundy-li opened this issue Dec 1, 2022 · 2 comments · Fixed by #9080
Closed

Feature: read_parquet table function #9048

sundy-li opened this issue Dec 1, 2022 · 2 comments · Fixed by #9080
Assignees
Labels
C-feature Category: feature

Comments

@sundy-li
Copy link
Member

sundy-li commented Dec 1, 2022

Summary

Description for this feature.

duckdb has a useful parquet table function, we can have it in databend.

It may be duplicated with Stage Table Function in #7211.

But it's much easy to implement a parquet table function because it's easy to infer schema from parquet files.

@sundy-li sundy-li added the C-feature Category: feature label Dec 1, 2022
@BohuTANG
Copy link
Member

BohuTANG commented Dec 1, 2022

Likely, It's same as stage table what @youngsofun is working.

@sundy-li
Copy link
Member Author

sundy-li commented Dec 1, 2022

Likely, It's same as stage table what @youngsofun is working.

Yes, we have discussed this, read_parquet could be more lightweight for developers to test the performance without loading into databend. The code could be reused when we implement StageTable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feature Category: feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants