When i use Dremio with Nessie and JuiceFS (with minio everything ok)
I can create table from dremio, for example:
CREATE TABLE employees (PersonID int)
but after, i can’t make select, for example:
SELECT * from nessie.employees
P.S.
Also i can create table and select from nessie with juicefs from Spark