Skip to content

Commit 3bd9362

Browse files
committed
minor
1 parent c057d0c commit 3bd9362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveExternalCatalog.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -651,8 +651,8 @@ private[spark] class HiveExternalCatalog(conf: SparkConf, hadoopConf: Configurat
651651
// from hive.
652652
logWarning(s"The table schema given by Hive metastore(${table.schema.simpleString}) is " +
653653
"different from the schema when this table was created by Spark SQL" +
654-
s"(${schemaFromTableProps.simpleString}). We have to trust the table schema from Hive " +
655-
"metastore which is not case preserving.")
654+
s"(${schemaFromTableProps.simpleString}). We have to fall back to the table schema from " +
655+
"Hive metastore which is not case preserving.")
656656
hiveTable
657657
}
658658
}

0 commit comments

Comments
 (0)