feat: add find field (by id and name) support to schema #674
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
|