Skip to content

Commit 556cfd1

Browse files
author
Albert Cao
committed
fix ci
1 parent 9542fff commit 556cfd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/scala/sparkjobs/staydetection/StayDetection.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
package sparkjobs.staydetectionimport
2-
com.uber.h3core.H3Core
1+
package sparkjobs.staydetection
2+
import com.uber.h3core.H3Core
33
import org.apache.spark.sql.expressions.{Window, WindowSpec}
44
import org.apache.spark.sql.functions._
55
import org.apache.spark.sql.{DataFrame, Row, SparkSession}

0 commit comments

Comments
 (0)