File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog
core/src/test/scala/org/apache/spark/sql/sources Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ import scala.collection.mutable
2424import scala .util .control .NonFatal
2525
2626import org .apache .spark .internal .Logging
27- import org .apache .spark .sql .internal .SQLConf
2827import org .apache .spark .sql .AnalysisException
2928import org .apache .spark .sql .catalyst .{FunctionIdentifier , InternalRow , TableIdentifier }
3029import org .apache .spark .sql .catalyst .analysis .MultiInstanceRelation
@@ -33,6 +32,7 @@ import org.apache.spark.sql.catalyst.plans.logical._
3332import org .apache .spark .sql .catalyst .plans .logical .statsEstimation .EstimationUtils
3433import org .apache .spark .sql .catalyst .util .{CaseInsensitiveMap , DateTimeUtils }
3534import org .apache .spark .sql .catalyst .util .quoteIdentifier
35+ import org .apache .spark .sql .internal .SQLConf
3636import org .apache .spark .sql .types ._
3737
3838
Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ package org.apache.spark.sql.sources
2020import java .io .File
2121
2222import org .apache .spark .sql .{AnalysisException , QueryTest }
23+ import org .apache .spark .sql .catalyst .TableIdentifier
24+ import org .apache .spark .sql .catalyst .catalog .BucketSpec
2325import org .apache .spark .sql .catalyst .expressions .UnsafeProjection
2426import org .apache .spark .sql .catalyst .plans .physical .HashPartitioning
2527import org .apache .spark .sql .execution .datasources .BucketingUtils
2628import org .apache .spark .sql .functions ._
2729import org .apache .spark .sql .internal .SQLConf
2830import org .apache .spark .sql .internal .StaticSQLConf .CATALOG_IMPLEMENTATION
29- import org .apache .spark .sql .test .{SQLTestUtils , SharedSQLContext }
30- import org .apache .spark .sql .catalyst .TableIdentifier
31- import org .apache .spark .sql .catalyst .catalog .BucketSpec
31+ import org .apache .spark .sql .test .{SharedSQLContext , SQLTestUtils }
3232
3333class BucketedWriteWithoutHiveSupportSuite extends BucketedWriteSuite with SharedSQLContext {
3434 protected override def beforeAll (): Unit = {
You can’t perform that action at this time.
0 commit comments