Skip to content

Commit

Permalink
add import org.apache.spark.sql.api.python.* (#4961)
Browse files Browse the repository at this point in the history
  • Loading branch information
guoshupei authored Nov 8, 2023
1 parent 5ac74af commit 7b99579
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 7b99579

Please sign in to comment.