You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by QiangCai <gi...@git.apache.org> on 2018/04/21 02:04:41 UTC

[GitHub] carbondata pull request #2197: [CARBONDATA-2371] Add Profiler output in EXPL...

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

    https://github.com/apache/carbondata/pull/2197#discussion_r183196989
  
    --- Diff: dev/findbugs-exclude.xml ---
    @@ -40,7 +40,7 @@
         <Bug pattern="MS_MUTABLE_ARRAY"/>
       </Match>
       <Match>
    -    <Class name="org.apache.carbondata.core.scan.expression.ExpressionResult"/>
    +    <Class name="org.apache.carbondata.core.scan.filterExpression.ExpressionResult"/>
    --- End diff --
    
    not required match


---