Skip to content
Snippets Groups Projects
Commit 5b7a1770 authored by Reynold Xin's avatar Reynold Xin
Browse files

[HOTFIX] Fix build break.

parent 1fca9da9
No related branches found
No related tags found
No related merge requests found
......@@ -298,7 +298,7 @@ case class InsertIntoHiveTable(
// Invalidate the cache.
sqlContext.sharedState.cacheManager.invalidateCache(table)
sqlContext.sessionState.catalog.invalidateTable(table.catalogTable.identifier)
sqlContext.sessionState.catalog.refreshTable(table.catalogTable.identifier)
// It would be nice to just return the childRdd unchanged so insert operations could be chained,
// however for now we return an empty list to simplify compatibility checks with hive, which
......
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