Skip to content

Commit

Permalink
Fix scio-extra BigQuery IT test
Browse files Browse the repository at this point in the history
  • Loading branch information
regadas committed Jun 1, 2020
1 parent 4a20995 commit a05f993
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -811,6 +811,7 @@ lazy val `scio-extra`: Project = project
.in(file("scio-extra"))
.settings(commonSettings)
.settings(itSettings)
.settings(macroSettings)
.settings(
description := "Scio extra utilities",
libraryDependencies ++= Seq(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
package com.spotify.scio.extra

import java.lang.Math.floorMod
import java.util.{UUID, List => JList, Iterator => JIterator}
import java.util.{UUID, Iterator => JIterator}

import com.spotify.scio.ScioContext
import com.spotify.scio.annotations.experimental
Expand Down

0 comments on commit a05f993

Please sign in to comment.