Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nousot/kyuubi
Browse files Browse the repository at this point in the history
  • Loading branch information
nousot-cloud-guy committed Feb 3, 2023
2 parents 909885a + 08095b1 commit fe7477a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class CatalogShim_v2_4 extends SparkCatalogShim {
catalog.getTablesByName(identifiers).flatMap { t =>
val tableSchema =
if (t.provider.getOrElse("").equalsIgnoreCase("delta")) {
spark.table(t.identifier.table).schema
spark.table(f"${db}.${t.identifier.table}").schema
} else {
t.schema
}
Expand Down

0 comments on commit fe7477a

Please sign in to comment.