The instruction:
https://blog.minio.io/query-minio-datastore-with-apache-drill-dcaf71d0cee5
Works without problems.
Also a query on for example JSON files works.
Only the query on parquet files does not work.
There are a few hints on the WWW. But they do not really seem conclusive and do not give a real solution.
Maybe someone here has a !!! Solution !!!
select * from samples.`product.json` limit 1 // Works
select * from samples.`nation.parquet` limit 1 // Doesn't work
2
Answers
@Frank What version of Minio and Apache Drill are you using? I believe that the latest version of Apache Drill 1.13 should work.
@Frank what is the Minio version and how did you start the Minio server?