GitHub user dadepo closed a discussion: How may I register a parquet file on an 
s3 bucket?

How may I register a parquet file using an s3 url?

Locally I could do

ctx.register_parquet("demo", 
"/Users/me/Downloads/dlake/data/table/1-46631076-a41d-4305-8de2-71f5e65158aa-0.parquet",
 ParquetReadOptions::default()).await?;
and this works fine

On the other hand, this does not work:

ctx.register_parquet("demo", 
"s3://data/table1/1-46631076-a41d-4305-8de2-71f5e65158aa-0.parquet", 
ParquetReadOptions::default()).await?;

Fails with error

Error: Internal error: No suitable object store found for 
s3://data/table1/1-46631076-a41d-4305-8de2-71f5e65158aa-0.parquet. This was 
likely caused by a bug in DataFusion's code and we would welcome that you file 
an bug report in our issue tracker

GitHub link: https://github.com/apache/datafusion/discussions/7109

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: 
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to