Skip to content

feat: add find field (by id and name) support to schema #674

feat: add find field (by id and name) support to schema

feat: add find field (by id and name) support to schema #674

Triggered via pull request August 18, 2025 14:32
Status Failure
Total duration 18m 17s
Artifacts

cpp-linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 4 warnings
cpp-linter
Process completed with exit code 1.
cpp-linter
Process completed with exit code 1.
test/schema_test.cc:106:8 [clang-analyzer-deadcode.DeadStores]: test/schema_test.cc#L106
Value stored to 'user_field' during its initialization is never read
src/iceberg/type.h:102:3 [google-default-arguments]: src/iceberg/type.h#L102
default arguments on virtual or override methods are prohibited
src/iceberg/type.cc:66:15 [modernize-type-traits]: src/iceberg/type.cc#L66
use c++14 style type templates
src/iceberg/type.cc:66:11 [modernize-type-traits]: src/iceberg/type.cc#L66
use c++14 style type templates