You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: