Column names not partitioned properly?

CREATE TABLE AS … HASH PARTITION BY

appears to create directories that are not parquet partitions. I think they should be “col=value”.

Have a case where “=” appears in the values of the partition so maybe that is throwing it. For example dir0=“year=2018” is a directory “year_2018”.

That is likely the parquet library that Dremio depends on.