spark2 cbo on iceberg table

Viewed 5

I am using Spark2.4 with an iceberg table. I want to enable CBO but I do not find a way to calc table stats.

The table is created using Iceberg Catalog API and data is populated using Spark DataFrame.

Is there a way to do that?

0 Answers
Related