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