Phillip Cloud
Phillip Cloud
The main issue here is that PySpark broke backwards compatibility when they introduced `TimestampNTZType` (timestamp without a time zone) and changed `TimestampType` to mean "timestamp with time zone". I'm going...
@KoderKow Depending on what you want to do, here are your options: ### `cache`: persist in the database for the lifetime of the connection Use this if you want to...
Seems like this needs some TLC.
Marking as draft to make review triage a bit easier!
@NickCrews I'll try and fix this up and get it into 10.6
This didn't make it into 10.6, but it will be in the next release.
Doing this for table expressions wouldn't be too bad. It's not clear how column and scalar expressions would fit into this, that is, how would we make them subclassable?
+1 on this change.
Thanks for the report, taking a look now!
This is a long-standing issue in DuckDB. I still don't quite understand why, and I can't find the place where this was discussed on GitHub (it might've been on Discord),...