Phillip Cloud
Phillip Cloud
Ah, found it
Probably time someone added some basic static checks (other than formatting) to the python codebase 😅
> Main concern is non changing behaviour of Python regular tests, Which tests are you referring to? I don't think I changed any actual material test function bodies, I'm just...
> I meant that once regular Python CI is green (unsure if there might be other unforeseen surprises like pyarrow -> pa, it's basically good to go. Ah ok, great!
Interesting. I wasn't aware that BigQuery supported integer return types. In any case, we could re-enable `int64` usage, with the expectation that users know about the pitfalls of using them...
@koshy1123 That is correct. The ibis implementation assumes that unnest can be used in the `SELECT` position. We did it this way to avoid blocking every other backend that we...
A slightly less desirable way, but that might unblock users of this library would be to implement support for the `.sql` API of `TableExpr`, which would at least allow users...
I think we actually want to rewrite lead/lag with negative offsets into lag/lead with positive offsets. Marking for 0.14
Thinking about this PR some more, I'm not sure why we're going to all this trouble. Do we **really** need to remove the existing `case` API? What problems is it...
Please do not merge anything that has CI failures. This job in particular is testing whether the documentation can be built, and that definitely is a hard requirement for merging...