Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / partiql/partiql-lang-rust issues and pull requests
#410 - Variable resolution and dynamic lookup evaluation incorrect or performing too many lookups
Issue -
State: closed - Opened by alancai98 over 1 year ago
Labels: bug
#409 - Add AST to logical plan lowering for `IN` expressions
Pull Request -
State: closed - Opened by alancai98 over 1 year ago
- 2 comments
#408 - Add subquery lowering
Pull Request -
State: open - Opened by alancai98 over 1 year ago
- 2 comments
#407 - Support Remaining Ion Types
Issue -
State: open - Opened by dlurton over 1 year ago
- 1 comment
#406 - Slight refactor to PathSteps in grammar
Pull Request -
State: closed - Opened by alancai98 over 1 year ago
- 1 comment
#405 - Fix parsing of multiple consecutive path wildcard, unpivot, path expressions
Pull Request -
State: closed - Opened by alancai98 over 1 year ago
- 2 comments
#404 - Parse bug with consecutive PathExpr
Issue -
State: closed - Opened by alancai98 over 1 year ago
Labels: bug
#403 - Parse bug with consecutive path wildcard
Issue -
State: closed - Opened by alancai98 over 1 year ago
- 1 comment
Labels: bug
#402 - Adds implementation of path wildcard and path unpivot expressions
Pull Request -
State: open - Opened by alancai98 over 1 year ago
- 3 comments
#401 - Modify parser&AST to allow orderby/limit/offset on children of setop
Pull Request -
State: closed - Opened by jpschorr over 1 year ago
- 1 comment
#400 - Implements OUTER bag operators
Pull Request -
State: closed - Opened by alancai98 over 1 year ago
- 3 comments
#399 - Type Simple SFW queries using current `LogicalPlan` as an `IR`
Pull Request -
State: closed - Opened by am357 over 1 year ago
- 10 comments
#398 - Add macro_rules for `partiql-types` and remove `partiql` from value macro_rules
Pull Request -
State: closed - Opened by am357 over 1 year ago
- 2 comments
#397 - Include alias in catalog find_by_name
Pull Request -
State: closed - Opened by am357 over 1 year ago
- 2 comments
#396 - Rename `StaticType` and add `TypeEnv` to the Catalog
Pull Request -
State: closed - Opened by am357 over 1 year ago
- 2 comments
#395 - Add aliases for PartiqlCatalog
Pull Request -
State: closed - Opened by am357 over 1 year ago
- 2 comments
#394 - Use `partiql_ast::ast::AstTypeMap` for `LocationMap`
Pull Request -
State: closed - Opened by am357 over 1 year ago
- 2 comments
#393 - Add feature flags to conformance tests based on test type
Pull Request -
State: closed - Opened by jpschorr over 1 year ago
- 2 comments
#392 - Update test generation to run strict eval and static analysis tests
Pull Request -
State: closed - Opened by jpschorr over 1 year ago
- 2 comments
#391 - Add encoding/decoding to/from Ion Element
Pull Request -
State: closed - Opened by jpschorr over 1 year ago
- 2 comments
#390 - Upgrade ion-rs to 0.18
Pull Request -
State: closed - Opened by jpschorr over 1 year ago
- 1 comment
#389 - Add `partiql-types` and literals typing
Pull Request -
State: closed - Opened by am357 over 1 year ago
- 2 comments
#388 - Feature Request: EvaluationSession.context equivalent
Issue -
State: closed - Opened by dlurton over 1 year ago
#387 - Move `name_resolver` to a different crate
Pull Request -
State: closed - Opened by am357 over 1 year ago
- 2 comments
#386 - v0.5.0 Release prep.
Pull Request -
State: closed - Opened by am357 over 1 year ago
- 1 comment
#385 - Add plan flows for JOIN. Add 'self managed' graph nodes.
Pull Request -
State: closed - Opened by jpschorr over 1 year ago
- 2 comments
#384 - Test that the conformance test script works again
Pull Request -
State: closed - Opened by alancai98 over 1 year ago
- 3 comments
#383 - Update codecov CI to stable version of Rust
Pull Request -
State: closed - Opened by alancai98 over 1 year ago
- 4 comments
#382 - Add `operators_by_id` to Logical Plan to get Nodes and their OpId
Pull Request -
State: closed - Opened by jpschorr over 1 year ago
- 2 comments
#381 - [WIP] Add scalar builtins to catalog
Pull Request -
State: closed - Opened by alancai98 over 1 year ago
- 3 comments
#380 - Translate collection literals to Value when lowering
Pull Request -
State: closed - Opened by jpschorr over 1 year ago
- 2 comments
#379 - Change some invalid Cargo.toml category slugs
Issue -
State: closed - Opened by alancai98 over 1 year ago
- 1 comment
#378 - chore: Release v0.4.1
Pull Request -
State: closed - Opened by alancai98 over 1 year ago
- 3 comments
#377 - IonExtension is intended to be `pub`
Pull Request -
State: closed - Opened by jpschorr over 1 year ago
- 3 comments
#376 - chore: Release v0.4.0
Pull Request -
State: closed - Opened by alancai98 over 1 year ago
- 3 comments
#375 - Preliminary work to create a Catalog, plumb it through lowering and evaluation with a `read_ion` extension function.
Pull Request -
State: closed - Opened by jpschorr over 1 year ago
- 2 comments
#374 - Remove panics in `EvalExpr`, `Evaluable`, and `execute_mut`
Pull Request -
State: closed - Opened by alancai98 over 1 year ago
- 2 comments
#373 - Consider disallowing comparison of container types
Issue -
State: open - Opened by alancai98 over 1 year ago
Labels: bug
#372 - SQL aggregation MAX/MIN and builtin functions COLL_MAX/COLL_MIN should result in a data type mismatch over non-comparable elements
Issue -
State: open - Opened by alancai98 over 1 year ago
Labels: bug
#371 - Don't drop annotations in source data
Issue -
State: open - Opened by dlurton over 1 year ago
#370 - Errors (where applicable) should report line and column number
Issue -
State: open - Opened by alancai98 over 1 year ago
Labels: enhancement
#369 - Update lalrpop to v0.20
Pull Request -
State: closed - Opened by alancai98 over 1 year ago
- 2 comments
#368 - First prototype in progress
Pull Request -
State: closed - Opened by am357 over 1 year ago
- 1 comment
#367 - Change AST to logical plan function argument lowering to return Result
Pull Request -
State: closed - Opened by alancai98 over 1 year ago
- 2 comments
#366 - Modify `parse_embedded_ion_str` to return `Result`, not `expect()`
Pull Request -
State: closed - Opened by jpschorr over 1 year ago
- 1 comment
#365 - CI should test all 'interesting' permutations of crate features.
Issue -
State: open - Opened by jpschorr over 1 year ago
Labels: enhancement
#364 - Migrate CI code coverage off nightly rust to stable
Issue -
State: closed - Opened by jpschorr over 1 year ago
- 1 comment
Labels: enhancement
#363 - Changes logical plan to eval plan API to return `Result` type
Pull Request -
State: closed - Opened by alancai98 over 1 year ago
- 6 comments
#362 - Add `partiql-extension-ion` extension for encoding/decoding Ion from/into PartiQL `Value`s
Pull Request -
State: closed - Opened by jpschorr over 1 year ago
- 2 comments
#361 - Change `lower` to return `Result` rather than `panic`
Pull Request -
State: closed - Opened by alancai98 over 1 year ago
- 2 comments
#360 - Add SQL aggregates ANY, SOME, EVERY and their COLL_ versions
Pull Request -
State: closed - Opened by alancai98 over 1 year ago
- 4 comments
#360 - Add SQL aggregates ANY, SOME, EVERY and their COLL_ versions
Pull Request -
State: open - Opened by alancai98 over 1 year ago
- 2 comments
#360 - Add SQL aggregates ANY, SOME, EVERY and their COLL_ versions
Pull Request -
State: open - Opened by alancai98 over 1 year ago
- 2 comments
#359 - Fix bag,list,tuple mcaros to fully qualify type `Bag`,`List`,`Tuple`
Pull Request -
State: closed - Opened by jpschorr over 1 year ago
- 2 comments
#359 - Fix bag,list,tuple mcaros to fully qualify type `Bag`,`List`,`Tuple`
Pull Request -
State: closed - Opened by jpschorr over 1 year ago
- 2 comments
#359 - Fix bag,list,tuple mcaros to fully qualify type `Bag`,`List`,`Tuple`
Pull Request -
State: closed - Opened by jpschorr over 1 year ago
- 2 comments
#359 - Fix bag,list,tuple mcaros to fully qualify type `Bag`,`List`,`Tuple`
Pull Request -
State: closed - Opened by jpschorr over 1 year ago
- 2 comments
#358 - Minor API Nits
Issue -
State: open - Opened by dlurton over 1 year ago
#358 - Minor API Nits
Issue -
State: open - Opened by dlurton over 1 year ago
#358 - Minor API Nits
Issue -
State: open - Opened by dlurton over 1 year ago
#358 - Minor API Nits
Issue -
State: open - Opened by dlurton over 1 year ago
#358 - Minor API Nits
Issue -
State: open - Opened by dlurton over 1 year ago
#357 - Add API to convert `partiql_value::Value` to `ion_rs::element::Element`
Issue -
State: closed - Opened by dlurton over 1 year ago
- 2 comments
Labels: enhancement
#357 - Add API to convert `partiql_value::Value` to `ion_rs::element::Element`
Issue -
State: open - Opened by dlurton over 1 year ago
#357 - Add API to convert `partiql_value::Value` to `ion_rs::element::Element`
Issue -
State: open - Opened by dlurton over 1 year ago
#356 - Write `partiql_value::Value` using `ion_rs::IonWriter`
Issue -
State: open - Opened by dlurton over 1 year ago
Labels: enhancement
#356 - Write `partiql_value::Value` using `ion_rs::IonWriter`
Issue -
State: closed - Opened by dlurton over 1 year ago
Labels: enhancement
#355 - `partiql_tuple`, `partiql_list` and `partiql_bag` should fully qualify
Issue -
State: closed - Opened by dlurton over 1 year ago
#355 - `partiql_tuple`, `partiql_list` and `partiql_bag` should fully qualify
Issue -
State: closed - Opened by dlurton over 1 year ago
#355 - `partiql_tuple`, `partiql_list` and `partiql_bag` should fully qualify
Issue -
State: closed - Opened by dlurton over 1 year ago
#354 - Add API That Allows Evaluation of a single ValueExpr
Issue -
State: closed - Opened by dlurton over 1 year ago
- 1 comment
Labels: enhancement
#354 - Add API That Allows Evaluation of a single ValueExpr
Issue -
State: closed - Opened by dlurton over 1 year ago
- 1 comment
Labels: enhancement
#354 - Add API That Allows Evaluation of a single ValueExpr
Issue -
State: closed - Opened by dlurton over 1 year ago
- 1 comment
Labels: enhancement
#354 - Add API That Allows Evaluation of a single ValueExpr
Issue -
State: closed - Opened by dlurton over 1 year ago
- 1 comment
Labels: enhancement
#353 - Adds the COLL_* functions (COLL_AVG, COLL_COUNT, COLL_MAX, COLL_MIN, COLL_SUM)
Pull Request -
State: closed - Opened by alancai98 over 1 year ago
- 3 comments
#353 - Adds the COLL_* functions (COLL_AVG, COLL_COUNT, COLL_MAX, COLL_MIN, COLL_SUM)
Pull Request -
State: open - Opened by alancai98 over 1 year ago
- 2 comments
#353 - Adds the COLL_* functions (COLL_AVG, COLL_COUNT, COLL_MAX, COLL_MIN, COLL_SUM)
Pull Request -
State: open - Opened by alancai98 over 1 year ago
- 2 comments
#352 - When fed invalid Ion text, partiql_value::parse_ion panics instead of returning an Err
Issue -
State: open - Opened by dlurton over 1 year ago
- 1 comment
Labels: enhancement
#352 - When fed invalid Ion text, partiql_value::parse_ion panics instead of returning an Err
Issue -
State: open - Opened by dlurton over 1 year ago
- 1 comment
Labels: enhancement
#352 - When fed invalid Ion text, partiql_value::parse_ion panics instead of returning an Err
Issue -
State: closed - Opened by dlurton over 1 year ago
- 1 comment
Labels: enhancement
#352 - When fed invalid Ion text, partiql_value::parse_ion panics instead of returning an Err
Issue -
State: open - Opened by dlurton over 1 year ago
- 1 comment
Labels: enhancement
#352 - When fed invalid Ion text, partiql_value::parse_ion panics instead of returning an Err
Issue -
State: open - Opened by dlurton over 1 year ago
- 1 comment
Labels: enhancement
#351 - Conversion from ion_rs::element::Element to partiql_value::Value.
Issue -
State: open - Opened by dlurton over 1 year ago
- 1 comment
Labels: enhancement
#351 - Conversion from ion_rs::element::Element to partiql_value::Value.
Issue -
State: closed - Opened by dlurton over 1 year ago
- 2 comments
Labels: enhancement
#351 - Conversion from ion_rs::element::Element to partiql_value::Value.
Issue -
State: open - Opened by dlurton over 1 year ago
- 1 comment
Labels: enhancement
#350 - Consider adding a source location for `UnexpectedEndOfInput` parse error
Issue -
State: open - Opened by alancai98 over 1 year ago
Labels: enhancement
#350 - Consider adding a source location for `UnexpectedEndOfInput` parse error
Issue -
State: open - Opened by alancai98 over 1 year ago
Labels: enhancement
#350 - Consider adding a source location for `UnexpectedEndOfInput` parse error
Issue -
State: closed - Opened by alancai98 over 1 year ago
Labels: enhancement
#349 - Better error handling ergonomics in evaluation
Issue -
State: closed - Opened by alancai98 over 1 year ago
Labels: enhancement
#349 - Better error handling ergonomics in evaluation
Issue -
State: open - Opened by alancai98 over 1 year ago
Labels: enhancement
#349 - Better error handling ergonomics in evaluation
Issue -
State: open - Opened by alancai98 over 1 year ago
Labels: enhancement
#348 - Upgrade ion-rs from 0.16 to 0.17
Pull Request -
State: closed - Opened by jpschorr over 1 year ago
- 2 comments
#347 - Consider adding query source to `EvalErr`
Issue -
State: open - Opened by alancai98 over 1 year ago
Labels: enhancement
#346 - Partial timestamp support
Issue -
State: closed - Opened by dlurton over 1 year ago
- 2 comments
#345 - Adds lowering of DATE, TIME, and TIMESTAMP literals to logical plan
Pull Request -
State: open - Opened by alancai98 over 1 year ago
- 2 comments
#344 - Fix parsing of EXTRACT to allow keywords after the FROM
Pull Request -
State: closed - Opened by alancai98 over 1 year ago
- 2 comments
#344 - Fix parsing of EXTRACT to allow keywords after the FROM
Pull Request -
State: closed - Opened by alancai98 over 1 year ago
- 2 comments
#344 - Fix parsing of EXTRACT to allow keywords after the FROM
Pull Request -
State: closed - Opened by alancai98 over 1 year ago
- 2 comments
#344 - Fix parsing of EXTRACT to allow keywords after the FROM
Pull Request -
State: closed - Opened by alancai98 over 1 year ago
- 2 comments
#344 - Fix parsing of EXTRACT to allow keywords after the FROM
Pull Request -
State: closed - Opened by alancai98 over 1 year ago
- 2 comments