Open daslu opened 5 months ago
On which version of JDK does it happen? 11 by a chance?
I remember @kiramclean encountered something similar on JDK 11 but I can't find a zulip discussion now.
Oh, thanks.
I ran it on JDK 21 when it failed.
Now, I tried it on JDK 17, and it was ok.
I remember running into something like this, too.. bah I'll see if I can dig out the zulip conversation. IIRC it was some very strange issue with JDK versions.. or something ⏳👀
yeah in the conversation starting roughly here: https://clojurians.zulipchat.com/#narrow/stream/151924-data-science/topic/tablecloth/near/428193802
Looks like in the end I just wrote it off as a problem with JVM 17.x and moved on -- are you experiencing issues with it still @daslu?
@kiramclean, thanks; I moved to JVM 17.x and then everything seemed fine.
Looking into the Stocks example:
For some reason, the
:date
column is now parsed as:string
type, so thedatetime
processing does not work: