Skip to content

feat: add custom equality behavior to the hash/merge join #1547

feat: add custom equality behavior to the hash/merge join

feat: add custom equality behavior to the hash/merge join #1547

Triggered via pull request January 3, 2024 19:32
Status Failure
Total duration 42s
Artifacts

pr.yml

on: pull_request
Build Website
31s
Build Website
Check editorconfig
5s
Check editorconfig
Check Protobuf Style
6s
Check Protobuf Style
Check Protobuf
5s
Check Protobuf
Lint YAML extensions
6s
Lint YAML extensions
Validate YAML extensions
9s
Validate YAML extensions
Dry-run release
16s
Dry-run release
Style-check and lint Python files
6s
Style-check and lint Python files
Check proto-prefix.py
8s
Check proto-prefix.py
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 3 warnings
Check Protobuf: proto/substrait/algebra.proto#L579
Enum value name "EQ" should be prefixed with "SIMPLE_EQUALITY_TYPE_".
Check Protobuf: proto/substrait/algebra.proto#L579
Enum zero value name "EQ" should be suffixed with "_UNSPECIFIED".
Check Protobuf: proto/substrait/algebra.proto#L585
Enum value name "IS_NOT_DISTINCT_FROM" should be prefixed with "SIMPLE_EQUALITY_TYPE_".
Check Protobuf: proto/substrait/algebra.proto#L590
Enum value name "MIGHT_EQUAL" should be prefixed with "SIMPLE_EQUALITY_TYPE_".
Check Protobuf
buf found 4 lint failures.
Check Protobuf Style
Process completed with exit code 100.
Check proto-prefix.py
No github_token supplied, API requests will be subject to stricter rate limiting
Dry-run release
No github_token supplied, API requests will be subject to stricter rate limiting
Build Website
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/