Skip to content

Commit

Permalink
fix build on 321db
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Nov 17, 2023
1 parent 60316a5 commit f87572f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import org.apache.spark.sql.internal.SQLConf
object GpuJsonUtils {

def optionalDateFormatInRead(options: Map[String, String]): Option[String] = {
dateFormatInRead(parseJSONReadOptions(options))
optionalDateFormatInRead(parseJSONReadOptions(options)))
}
def optionalDateFormatInRead(options: JSONOptions): Option[String] =
options.dateFormatInRead
Expand Down

0 comments on commit f87572f

Please sign in to comment.