eel-sdk icon indicating copy to clipboard operation
eel-sdk copied to clipboard

scala.MatchError when writing date objects to ORC

Open sworisbreathing opened this issue 7 years ago • 0 comments

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.

sworisbreathing avatar Dec 18 '18 08:12 sworisbreathing