The error i get when importing certain delta table is
The specified schema does not match the existing schema at dbfs:/mnt/mart/tablename
however, when i check the metadata table in the old workspace and the exported file, they match. However, it seems that whatever the metadata is in the external location above is different.
The main difference is that the for many of the columns in dbfs:/mnt the column type is string while the metadata from the metastore shows varchar255.
Can anyone advise why there would be a difference and a way to resolve it