Description
V2 ReplaceTableAsSelect command should qualify location. Currently,
spark.sql("REPLACE TABLE testcat.t USING foo LOCATION '/tmp/foo' AS SELECT id FROM source") spark.sql("DESCRIBE EXTENDED testcat.t").show(false)
displays the location as `/tmp/foo` whereas V1 command displays/stores it as qualified (`file:/tmp/foo`).