Skip to content

Commit 1772d84

Browse files
committed
Fixed issue
1 parent 85b9c15 commit 1772d84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/databricks/labs/ucx/hive_metastore/table_migrate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ def _convert_wasbs_table_to_abfss(self, src_table: Table) -> bool:
398398
self._spark._jvm.scala.Some( # pylint: disable=protected-access
399399
self._spark._jvm.java.net.URI(new_table_location) # pylint: disable=protected-access
400400
),
401+
table_location.inputFormat(),
401402
table_location.outputFormat(),
402403
table_location.serde(),
403404
table_location.compressed(),

0 commit comments

Comments
 (0)