Skip to content

Commit

Permalink
add import org.apache.spark.sql.api.python.*
Browse files Browse the repository at this point in the history
  • Loading branch information
guoshupei committed Nov 7, 2023
1 parent 4f2565a commit fd5bdc0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ def isImportAllPackageUnderSparkSql(self):
java_import(gateway.jvm, "org.apache.spark.api.java.*")
java_import(gateway.jvm, "org.apache.spark.api.python.*")
java_import(gateway.jvm, "org.apache.spark.mllib.api.python.*")
java_import(gateway.jvm, "org.apache.spark.sql.api.python.*")

intp = gateway.entry_point

Expand Down

0 comments on commit fd5bdc0

Please sign in to comment.