Using sparkSql for iceberg tables, "Insert overwrite partition" works fine. However, when I add IF NOT EXISTS, the data is not inserted when the partition does not exist. Though I can see an empty partition gets created. Is "IF NOT EXISTS" clause currently supported?
Thanks! Yvette