We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 198bfc7 commit 77e7b12Copy full SHA for 77e7b12
tests/src/test/spark321/scala/com/nvidia/spark/rapids/shims/EventLogJsonShims.scala
@@ -50,6 +50,8 @@ import org.json4s._
50
import org.json4s.jackson.JsonMethods._
51
52
object EventLogJsonShims {
53
+ private implicit val formats: Formats = org.json4s.DefaultFormats
54
+
55
def parseJson(line: String): JValue = parse(line)
56
57
def extractLong(jval: JValue): Option[Long] = jval.extractOpt[Long]
0 commit comments