fix(codegen): handle nullable for date type #8571
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 31s
detect-secrets
3m 56s
shellcheck
15s
pylint
2m 30s
Annotations
1 error and 2 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/codegen/udf_ir_builder.cc#L163
[cpplint] reported by reviewdog 🐶
Add #include <memory> for shared_ptr<> [build/include_what_you_use] [4]
Raw Output:
hybridse/src/codegen/udf_ir_builder.cc:163: Add #include <memory> for shared_ptr<> [build/include_what_you_use] [4]
|