Sam De Backer

Results 2 issues of Sam De Backer

Given the following snippet: ``` import frameless._ import org.apache.spark.sql.catalyst.util.DateTimeUtils implicit val dateAsInt: Injection[java.sql.Date, Int] = Injection(DateTimeUtils.fromJavaDate, DateTimeUtils.toJavaDate) // create some df (typically read from an orc or parquet file) val...

bug