feat: support set spark_config and use to request taskmanager #8801
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
style.yml
on: pull_request
cpplint
1m 0s
detect-secrets
2m 22s
shellcheck
15s
pylint
2m 6s
Annotations
1 error and 4 warnings
pylint
Process completed with exit code 2.
|
cpplint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
cpplint:
src/sdk/sql_cluster_router.cc#L3100
[cpplint] reported by reviewdog 🐶
Missing space before ( in if( [whitespace/parens] [5]
Raw Output:
src/sdk/sql_cluster_router.cc:3100: Missing space before ( in if( [whitespace/parens] [5]
|
cpplint:
src/sdk/sql_cluster_router.cc#L3101
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
src/sdk/sql_cluster_router.cc:3101: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
cpplint:
src/sdk/sql_cluster_router.h#L289
[cpplint] reported by reviewdog 🐶
Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
Raw Output:
src/sdk/sql_cluster_router.h:289: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
|