eel-sdk
eel-sdk copied to clipboard
scala.MatchError when writing date objects to ORC
I'm trying to use eel to write data from a jdbc query to ORC format. Unfortunately when I run the code, it fails with scala.matcherror (of class java.sql.Date) because one of the columns in the query is a date, and it appears there is a conversion missing somewhere.