Skip to content

feat: add PhysicalJoinType #1509

feat: add PhysicalJoinType

feat: add PhysicalJoinType #1509

Triggered via pull request November 8, 2023 19:41
Status Failure
Total duration 1m 37s
Artifacts

pr.yml

on: pull_request
Build Website
1m 23s
Build Website
Check editorconfig
2s
Check editorconfig
Check Protobuf Style
3s
Check Protobuf Style
Check Protobuf
5s
Check Protobuf
Lint YAML extensions
4s
Lint YAML extensions
Validate YAML extensions
11s
Validate YAML extensions
Dry-run release
15s
Dry-run release
Style-check and lint Python files
7s
Style-check and lint Python files
Check proto-prefix.py
10s
Check proto-prefix.py
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
Check Protobuf: proto/substrait/algebra.proto#L556
Enum value name "JOIN_TYPE_UNSPECIFIED" should be prefixed with "PHYSICAL_JOIN_TYPE_".
Check Protobuf: proto/substrait/algebra.proto#L557
Enum value name "JOIN_TYPE_INNER" should be prefixed with "PHYSICAL_JOIN_TYPE_".
Check Protobuf: proto/substrait/algebra.proto#L558
Enum value name "JOIN_TYPE_OUTER" should be prefixed with "PHYSICAL_JOIN_TYPE_".
Check Protobuf: proto/substrait/algebra.proto#L559
Enum value name "JOIN_TYPE_LEFT" should be prefixed with "PHYSICAL_JOIN_TYPE_".
Check Protobuf: proto/substrait/algebra.proto#L560
Enum value name "JOIN_TYPE_RIGHT" should be prefixed with "PHYSICAL_JOIN_TYPE_".
Check Protobuf: proto/substrait/algebra.proto#L561
Enum value name "JOIN_TYPE_LEFT_SEMI" should be prefixed with "PHYSICAL_JOIN_TYPE_".
Check Protobuf: proto/substrait/algebra.proto#L562
Enum value name "JOIN_TYPE_RIGHT_SEMI" should be prefixed with "PHYSICAL_JOIN_TYPE_".
Check Protobuf: proto/substrait/algebra.proto#L563
Enum value name "JOIN_TYPE_LEFT_ANTI_NO_NULLS" should be prefixed with "PHYSICAL_JOIN_TYPE_".
Check Protobuf: proto/substrait/algebra.proto#L564
Enum value name "JOIN_TYPE_RIGHT_ANTI_NO_NULLS" should be prefixed with "PHYSICAL_JOIN_TYPE_".
Check Protobuf: proto/substrait/algebra.proto#L565
Enum value name "JOIN_TYPE_LEFT_ANTI_WITH_NULLS" should be prefixed with "PHYSICAL_JOIN_TYPE_".
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/