substrait icon indicating copy to clipboard operation
substrait copied to clipboard

A cross platform way to express data transformation, relational algebra, standardized record expression and plans.

Results 73 substrait issues
Sort by recently updated
recently updated
newest added

Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.31.0 to 1.32.0. Release notes Sourced from bufbuild/buf-setup-action's releases. v1.32.0 Release v1.32.0 v1.32.0-beta.1 Release v1.32.0-beta.1 Commits f1331ea Release v1.32.0 (#208) See full diff in compare view [![Dependabot...

dependencies
github_actions

The documentation specifies the property name for the type associated with the value argument as `Type`, yet in the codebase, this property is actually named `value`. This inconsistency could lead...

I am trying to understand how rigorous Substrait aims to be with its specification and, hence, how portable it will eventually be. More concretely, do we expect *exactly* the same...

feat: abs add decimal type

Very early sketch of a MatchRecognizeRel

This establishes the physical mark join relation. It utilizes a mark (a nullable boolean field reference) to reduce the amount of data that needs to be processed.

This is in relation to some discussion that came up in #631 > The duplicated names prevent substrait-java from being updated. > > However, there is a question around whether...

This defines the physical delimiter join relation. It utilizes duplicate elimination to reduce the size of one side and then performs multiple scans on the other side to reduce the...

A number of PRs have introduced changes to functions extensions which don't conform to the spec. The most recent example was https://github.com/substrait-io/substrait/pull/247. Manual review has proven insufficient to catch these...

I found it a little bit confusing to only learn about the CLA through the PR checks in the various repositories. I think it would be better to tell potential...