Thijs
Thijs
Since this is Windows, my first thought is that this isn't something we have control over, Windows file system locks are much less responsive than Linux/Mac But perhaps we're not...
I'm waiting on so I can add the tests with `a > 'sad'` etc, that will involve adding support for looking up type catalog entries, which is probably a nice...
I'll let @pdet respond to this in more detail, but I don't think we'll accept this PR in its current state As seen by the abundance of options in the...
Your error contains mention of the `NType` enum, but your DDL has no mention of this at all. Was there perhaps a column of this type that has been removed...
Oh I see, I was under the impression this was a user defined ENUM type Thanks for correcting me, this does sound like an issue we should look into 👍
I can not reproduce this with the reproduction you provided on v1.3.0 Please check with the latest version to rule out that it was a bug in v1.2.2 that has...
I imagine this hits the same codepath as https://github.com/duckdb/duckdb/pull/11792/files#diff-3bb5dcf5c0de7ad42ef77d753c6298a30630ef8bfa7eb01f449e2e8560c37114 Likely the fact that it's a subquery complicates this (?)
I assume those older versions didn't mimic the CGroups file structure of Linux, which causes the discovery to resort to "unlimited"
I added a fix for a potential issue around GetTableName and removing said table name. In a couple places we assumed the table name to be at index 0 of...
@Mytherin did we want to put this behavior behind a flag that we only enable in pyspark connections? Or do we not mind disambiguating problematic duplicated bindings in Joins created...