[jira] [Updated] (CARBONDATA-3209) Remove unused import

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (CARBONDATA-3209) Remove unused import

Akash R Nilugal (Jira)

     [ https://issues.apache.org/jira/browse/CARBONDATA-3209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

xubo245 updated CARBONDATA-3209:
--------------------------------
    Description:
Remove unused import,for example:

{code:java}
import java.io.File
import org.apache.commons.lang3.StringUtils
import scala.util.Random
import org.apache.spark.SparkEnv
{code}
in org.apache.spark.sql.execution.datasources.SparkCarbonTableFormat。

There are some unused import in org.apache.carbondata.spark.util.GlobalDictionaryUtil too。
Please find other unused import in other class


  was:
Remove unused import,for example:

{code:java}
import java.io.File
import org.apache.commons.lang3.StringUtils
import scala.util.Random
import org.apache.spark.SparkEnv
{code}
in org.apache.spark.sql.execution.datasources.SparkCarbonTableFormat。

Please find other unused import in other class


> Remove unused import
> --------------------
>
>                 Key: CARBONDATA-3209
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-3209
>             Project: CarbonData
>          Issue Type: Improvement
>    Affects Versions: 1.5.1
>            Reporter: xubo245
>            Priority: Major
>
> Remove unused import,for example:
> {code:java}
> import java.io.File
> import org.apache.commons.lang3.StringUtils
> import scala.util.Random
> import org.apache.spark.SparkEnv
> {code}
> in org.apache.spark.sql.execution.datasources.SparkCarbonTableFormat。
> There are some unused import in org.apache.carbondata.spark.util.GlobalDictionaryUtil too。
> Please find other unused import in other class



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)