Skip to content
Snippets Groups Projects
Commit dc6dff24 authored by Liang-Chi Hsieh's avatar Liang-Chi Hsieh Committed by Sean Owen
Browse files

[Minor][SQL] Fix typo

Just fix a typo.

Author: Liang-Chi Hsieh <viirya@gmail.com>

Closes #5352 from viirya/fix_a_typo and squashes the following commits:

303b2d2 [Liang-Chi Hsieh] Fix typo.
parent 512a2f19
No related branches found
No related tags found
No related merge requests found
...@@ -271,7 +271,7 @@ private[hive] class HiveMetastoreCatalog(hive: HiveContext) extends Catalog with ...@@ -271,7 +271,7 @@ private[hive] class HiveMetastoreCatalog(hive: HiveContext) extends Catalog with
} }
case other => case other =>
logWarning( logWarning(
s"${metastoreRelation.databaseName}.${metastoreRelation.tableName} shold be stored " + s"${metastoreRelation.databaseName}.${metastoreRelation.tableName} should be stored " +
s"as Parquet. However, we are getting a ${other} from the metastore cache. " + s"as Parquet. However, we are getting a ${other} from the metastore cache. " +
s"This cached entry will be invalidated.") s"This cached entry will be invalidated.")
cachedDataSourceTables.invalidate(tableIdentifier) cachedDataSourceTables.invalidate(tableIdentifier)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment