51zero / eel-sdk

Big Data Toolkit for the JVM
Apache License 2.0
145 stars 35 forks source link

scala.MatchError when writing date objects to ORC #385

Open sworisbreathing opened 5 years ago

sworisbreathing commented 5 years ago

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.