You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by jackylk <gi...@git.apache.org> on 2018/03/23 09:43:54 UTC

[GitHub] carbondata pull request #2087: [CARBONDATA-2271] Collect SQL execution infor...

Github user jackylk commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2087#discussion_r176681858
  
    --- Diff: core/src/main/java/org/apache/carbondata/core/scan/expression/ColumnExpression.java ---
    @@ -112,6 +112,10 @@ public DataType getDataType() {
         return "ColumnExpression(" + columnName + ')';
       }
     
    +  @Override public String getStatement() {
    --- End diff --
    
    move @Override to previous line


---