Is it possible to set order of precedence of spark SQL extensions?

samrachmiletter
New Contributor III

I have the iceberg SQL extension installed, but running commands such as MERGE INTO result in the error

pyspark.sql.utils.AnalysisException: MERGE destination only supports Delta sources.

this seems to be due to using Delta's MERGE command as opposed to Iceberg's. Is it possible to force use of the Iceberg extension before Databricks' own?