Skip to content

Commit

Permalink
Fixed #93 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolanrensen authored and asm0dey committed Jul 15, 2021
1 parent 4e6874b commit 8e7523a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* limitations under the License.
* =LICENSEEND=
*/
package org.jetbrains.kotinx.spark.extensions
package org.jetbrains.kotlinx.spark.extensions

import org.apache.spark.SparkContext
import org.apache.spark.sql._
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import org.apache.spark.sql.streaming.GroupState
import org.apache.spark.sql.streaming.GroupStateTimeout
import org.apache.spark.sql.streaming.OutputMode
import org.apache.spark.sql.types.*
import org.jetbrains.kotinx.spark.extensions.KSparkExtensions
import org.jetbrains.kotlinx.spark.extensions.KSparkExtensions
import scala.Product
import scala.Tuple2
import scala.reflect.ClassTag
Expand Down

0 comments on commit 8e7523a

Please sign in to comment.