Skip to content

Pull requests: ibis-project/ibis

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

test(redo): add some basic cast tests
#9483 opened Jun 30, 2024 by NickCrews Loading…
fix(urls): standardize pass-through of parsed query parameters bug Incorrect behavior inside of ibis ux User experience related issues
#9482 opened Jun 30, 2024 by cpcloud Loading… 9.2
fix(ir): repr iterables when constructing name of operations bug Incorrect behavior inside of ibis internals Issues or PRs related to ibis's internal APIs
#9480 opened Jun 30, 2024 by cpcloud Loading… 9.2
feat(caching): tie lifetime of cached tables to python refs feature Features or general enhancements ux User experience related issues
#9477 opened Jun 29, 2024 by coroa Loading…
fix(ir): avoid deduplicating filters based solely on their name bug Incorrect behavior inside of ibis internals Issues or PRs related to ibis's internal APIs
#9476 opened Jun 29, 2024 by cpcloud Loading… 9.2
feat(bigquery): implement CountDistinctStar
#9470 opened Jun 28, 2024 by ssabdb Loading…
refactor(tpc): add tpc-ds tests datafusion The Apache DataFusion backend duckdb The DuckDB backend snowflake The Snowflake backend tests Issues or PRs related to tests trino The Trino backend
#9467 opened Jun 28, 2024 by cpcloud Loading… 9.2
feat(api): improve ibis.struct()
#9460 opened Jun 27, 2024 by NickCrews Loading…
feat(api): improve map()
#9459 opened Jun 27, 2024 by NickCrews Loading…
feat(api): add TableUnnest operation to support cross-join unnest semantics as well as offset bigquery The BigQuery backend duckdb The DuckDB backend feature Features or general enhancements postgres The PostgreSQL backend pyspark The Apache PySpark backend risingwave The RisingWave backend snowflake The Snowflake backend sql Backends that generate SQL trino The Trino backend
#9423 opened Jun 21, 2024 by cpcloud Loading… 9.2
test: disallow empty structs
#9310 opened Jun 4, 2024 by NickCrews Loading… 9.2
feat(pyspark): implement new experimental read/write directory methods pyspark The Apache PySpark backend
#9272 opened May 30, 2024 by chloeh13q Loading… 9.2
fix: make topk() use {name}_count format, like .value_counts() breaking change Changes that introduce an API break at any level
#9163 opened May 9, 2024 by NickCrews Loading… 10.0
feat(api): move from .case() to .cases()
#9096 opened May 1, 2024 by NickCrews Loading… 9.2
ProTip! Exclude everything labeled bug with -label:bug.