[GitHub] spark pull request #16135: [SPARK-18700][SQL] Add ReadWriteLock for each tab...

2016-12-07 Thread ericl
Github user ericl commented on a diff in the pull request: https://github.com/apache/spark/pull/16135#discussion_r91455760 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveSessionCatalog.scala --- @@ -95,7 +95,7 @@ private[sql] class HiveSessionCatalog( }

[GitHub] spark pull request #16135: [SPARK-18700][SQL] Add ReadWriteLock for each tab...

2016-12-07 Thread ericl
Github user ericl commented on a diff in the pull request: https://github.com/apache/spark/pull/16135#discussion_r91455755 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveSessionCatalog.scala --- @@ -105,7 +105,8 @@ private[sql] class HiveSessionCatalog( //

[GitHub] spark pull request #16135: [SPARK-18700][SQL] Add ReadWriteLock for each tab...

2016-12-07 Thread ericl
Github user ericl commented on a diff in the pull request: https://github.com/apache/spark/pull/16135#discussion_r91369430 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveMetastoreCatalog.scala --- @@ -53,6 +56,10 @@ private[hive] class