Phillip Cloud
Phillip Cloud
Any chance we can hold off on this for the 8.0 release and target `the-epic-split`? Flink isn't yet ported (working on it now) so there's nothing to code against for...
@deepyaman Can we wait for #8398 to be merged? You'll be able to delete some boilerplate in this PR once that one's in.
@NickCrews Thanks for the PR. Is there any chance that instead of this approach we can add these methods and properties individually to `_quarto.yml` (likely requiring `dynamic: true` for each...
Thanks for the issue and reproducible example! I can confirm this is a problem on both `main` and `the-epic-split` (shortly merging to `main`, hopefully next week). In the meantime, you...
It's currently not possible to mix non-deferred like this in an expression that isn't already bound to a table, like `row_number()`. I don't think it's possible to make that make...
I see a number of technical issues with the iceberg python client that I think are blockers for using it as the basis for iceberg support in Ibis: 1. It...
I think a better option might be https://duckdb.org/docs/extensions/iceberg.html at least for DuckDB.
It looks like the first order of business would be to rebase this PR on `main`. @KeXiangWang Can you do that?
Thanks for the feature request! Like many other things, the implementation of the binding process is changing quite a bit in `the-epic-split`. `Table._ensure_expr` is removed in that branch, and replaced...