You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by kumarvishal09 <gi...@git.apache.org> on 2017/11/10 03:37:40 UTC

[GitHub] carbondata pull request #1464: [CARBONDATA-1523]Pre Aggregate table selectio...

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

    https://github.com/apache/carbondata/pull/1464#discussion_r150147994
  
    --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/preaaggregate/PreAggregateUtil.scala ---
    @@ -16,17 +16,18 @@
      */
     package org.apache.spark.sql.execution.command.preaaggregate
     
    -import scala.collection.mutable.ListBuffer
    +import scala.collection.mutable.{ArrayBuffer, ListBuffer}
    --- End diff --
    
    removed


---