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
java.io.IOException: java.sql.SQLException: Can't convert value to timestamp class java.lang.String
at com.github.heuermh.seaeagle.ParquetFormat.rows(ParquetFormat.java:204)
at com.github.heuermh.seaeagle.SeaEagle.processResults(SeaEagle.java:281)
at com.github.heuermh.seaeagle.SeaEagle.call(SeaEagle.java:176)
at com.github.heuermh.seaeagle.SeaEagle.call(SeaEagle.java:61)
at picocli.CommandLine.executeUserObject(CommandLine.java:2041)
at picocli.CommandLine.access$1500(CommandLine.java:148)
at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2461)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2453)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2415)
at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2273)
at picocli.CommandLine$RunLast.execute(CommandLine.java:2417)
at picocli.CommandLine.execute(CommandLine.java:2170)
at com.github.heuermh.seaeagle.SeaEagle.main(SeaEagle.java:338)
Caused by: java.sql.SQLException: Can't convert value to timestamp class java.lang.String
at org.duckdb.DuckDBPreparedStatement.setObject(DuckDBPreparedStatement.java:763)
at com.github.heuermh.seaeagle.ParquetFormat.rows(ParquetFormat.java:199)
... 12 more
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: