Skip to content

How to create table from the schema from parquet file #8985

Answered by BohuTANG
kesavkolla asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, the infer schema RFC: #8645

And Datahend already have the infer_schema:
https://github.com/datafuselabs/databend/blob/f4a4ea8583a950790daef1181a384d6cb8b1f4d8/src/query/pipeline/sources/src/processors/sources/input_formats/impls/input_format_parquet.rs#L91

The first is to make Databend read patquet file and querying them directly as a query engine, then infer the schema to fuse table to fast the query.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Xuanwo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants