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?
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?