We need to set -
"spark.comet.use.lazyMaterialization" -> "false"
"spark.comet.schemaEvolution.enabled" -> "true"
"spark.sql.iceberg.parquet.reader-type" -> "COMET"
These need to be documented. Eventually we need to eliminate the need for the user to set these explicitly.