Run the following command to migrate the Hive table. The default table format is parquet even if the original table format is orc. This patch will preserves the format of the original hive table if no table format is specified.
CALL spark_catalog.system.migrate('db.tbl');