feat(online): union all query #8730
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 16s
detect-secrets
2m 16s
shellcheck
11s
pylint
3m 38s
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:
hybridse/src/plan/planner.cc#L348
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
hybridse/src/plan/planner.cc:348: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
cpplint:
hybridse/src/vm/runner_builder.cc#L536
[cpplint] reported by reviewdog 🐶
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw Output:
hybridse/src/vm/runner_builder.cc:536: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|
cpplint:
src/base/ddl_parser_test.cc#L388
[cpplint] reported by reviewdog 🐶
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw Output:
src/base/ddl_parser_test.cc:388: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|