feat: add PhysicalJoinType #1509
pr.yml
on: pull_request
Build Website
1m 23s
Check editorconfig
2s
Check Protobuf Style
3s
Check Protobuf
5s
Lint YAML extensions
4s
Validate YAML extensions
11s
Dry-run release
15s
Style-check and lint Python files
7s
Check proto-prefix.py
10s
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/
|