Github user vdiravka commented on a diff in the pull request:
https://github.com/apache/drill/pull/1083#discussion_r160663507
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/handlers/RefreshMetadataHandler.java
---
@@ -78,19 +78,24 @@ public PhysicalPlan getPlan(SqlNode sqlNode) throws
ValidationException, RelConv
final Table table = schema.getTable(tableName);
- if(table == null){
+ if(table == null) {
--- End diff --
Done---
