Skip to content

Commit

Permalink
[CARBONDATA-3209] Remove unused import
Browse files Browse the repository at this point in the history
Remove unused import

This closes #3038
  • Loading branch information
WangGuangxin authored and xubo245 committed Jan 1, 2019
1 parent 21330b8 commit 9c9cd7f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
Expand Up @@ -17,8 +17,6 @@

package org.apache.carbondata.core.constants;

import org.apache.carbondata.core.constants.CarbonCommonConstants;

/**
* Sort scope options
*/
Expand Down
Expand Up @@ -31,7 +31,6 @@
import static junit.framework.TestCase.assertTrue;
import static org.apache.carbondata.core.util.DataTypeUtil.bigDecimalToByte;
import static org.apache.carbondata.core.util.DataTypeUtil.byteToBigDecimal;
import static org.apache.carbondata.core.util.DataTypeUtil.getDataBasedOnDataType;
import static org.apache.carbondata.core.util.DataTypeUtil.getMeasureValueBasedOnDataType;
import static org.apache.carbondata.core.util.DataTypeUtil.normalizeIntAndLongValues;

Expand Down
Expand Up @@ -16,20 +16,16 @@
*/
package org.apache.spark.sql.execution.datasources

import java.io.File
import java.util
import java.util.concurrent.ConcurrentHashMap
import java.util.concurrent.atomic.AtomicLong

import scala.collection.JavaConverters._
import scala.collection.mutable
import scala.util.Random

import org.apache.commons.lang3.StringUtils
import org.apache.hadoop.fs.{FileStatus, Path}
import org.apache.hadoop.io.NullWritable
import org.apache.hadoop.mapreduce.{Job, TaskAttemptContext}
import org.apache.spark.SparkEnv
import org.apache.spark.internal.Logging
import org.apache.spark.sql.{CarbonEnv, Row, SparkSession}
import org.apache.spark.sql.catalyst.{InternalRow, TableIdentifier}
Expand Down

0 comments on commit 9c9cd7f

Please sign in to comment.