File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ object SQL {
269
269
|import org.apache.spark.sql.catalyst.plans.logical._
270
270
|import org.apache.spark.sql.catalyst.rules._
271
271
|import org.apache.spark.sql.catalyst.util._
272
- |import org.apache.spark.sql.Dsl ._
272
+ |import org.apache.spark.sql.functions ._
273
273
|import org.apache.spark.sql.execution
274
274
|import org.apache.spark.sql.test.TestSQLContext._
275
275
|import org.apache.spark.sql.types._
@@ -300,7 +300,7 @@ object Hive {
300
300
|import org.apache.spark.sql.catalyst.plans.logical._
301
301
|import org.apache.spark.sql.catalyst.rules._
302
302
|import org.apache.spark.sql.catalyst.util._
303
- |import org.apache.spark.sql.Dsl ._
303
+ |import org.apache.spark.sql.functions ._
304
304
|import org.apache.spark.sql.execution
305
305
|import org.apache.spark.sql.hive._
306
306
|import org.apache.spark.sql.hive.test.TestHive._
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ import org.apache.spark.sql.catalyst.expressions._
36
36
import org .apache .spark .sql .catalyst .plans .logical ._
37
37
import org .apache .spark .sql .catalyst .rules ._
38
38
import org .apache .spark .sql .catalyst .util ._
39
- import org .apache .spark .sql .Dsl ._
39
+ import org .apache .spark .sql .functions ._
40
40
import org .apache .spark .sql .execution
41
41
import org .apache .spark .sql .hive ._
42
42
import org .apache .spark .sql .hive .test .TestHive ._
You can’t perform that action at this time.
0 commit comments