lcspinter commented on a change in pull request #2261: URL: https://github.com/apache/hive/pull/2261#discussion_r636168810
########## File path: ql/src/java/org/apache/hadoop/hive/ql/QueryState.java ########## @@ -59,6 +60,11 @@ static public final String USERID_TAG = "userid"; + /** + * map of tables involved in the query. + */ + private final Map<String, Object> tableMap = new HashMap<>(); Review comment: Changed the naming of the map. -- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org