kasakrisz commented on a change in pull request #1561:
URL: https://github.com/apache/hive/pull/1561#discussion_r503619994
##########
File path:
ql/src/java/org/apache/hadoop/hive/ql/metadata/HiveMaterializedViewsRegistry.java
##########
@@ -94,9 +91,7 @@
/* Singleton */
private static final HiveMaterializedViewsRegistry SINGLETON = new
HiveMaterializedViewsRegistry();
- /* Key is the database name. Value a map from the qualified name to the view
object. */
- private final ConcurrentMap<String, ConcurrentMap<String,
RelOptMaterialization>> materializedViews =
- new ConcurrentHashMap<>();
+ private final MaterializedViews materializedViews = new MaterializedViews();
Review comment:
Renamed
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]