Skip to content

Commit 77e7b12

Browse files
committed
Fix build error
1 parent 198bfc7 commit 77e7b12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/src/test/spark321/scala/com/nvidia/spark/rapids/shims/EventLogJsonShims.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ import org.json4s._
5050
import org.json4s.jackson.JsonMethods._
5151

5252
object EventLogJsonShims {
53+
private implicit val formats: Formats = org.json4s.DefaultFormats
54+
5355
def parseJson(line: String): JValue = parse(line)
5456

5557
def extractLong(jval: JValue): Option[Long] = jval.extractOpt[Long]

0 commit comments

Comments
 (0)