Github user arina-ielchiieva commented on a diff in the pull request:

    https://github.com/apache/drill/pull/1083#discussion_r160524828
  
    --- 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 --
    
    Please add space before `if`, here and below.


---

Reply via email to