Skip to content

Commit 2173dd7

Browse files
Krishna RamachandranKrishna Ramachandran
Krishna Ramachandran
authored and
Krishna Ramachandran
committedMay 9, 2017
[GROUND-24] Refactor Hive Plugin and migrate to the Ground REST API
1 parent 191702f commit 2173dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎hive-plugin/src/main/java/edu/berkeley/ground/plugins/hive/GroundTable.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Node getNode(String tableName, Map<String, Tag> tags) throws GroundException {
6161
logger.debug("Fetching table node: {}", tableName);
6262
return groundReadWrite.getGroundReadWriteNodeResource().getNode(tableName);
6363
} catch (GroundException ge1) {
64-
logger.debug("Not found - Creating table node: " + tableName);
64+
logger.error("Not found - Creating table node: " + tableName);
6565
Node node = groundReadWrite.getGroundReadWriteNodeResource().createNode(tableName, tags);
6666
return node;
6767
}

0 commit comments

Comments
 (0)
Please sign in to comment.