Skip to content

Added record bact import from/export to struct_array #2097

Added record bact import from/export to struct_array

Added record bact import from/export to struct_array #2097

Triggered via pull request February 4, 2025 15:10
Status Success
Total duration 18m 6s
Artifacts

analysis.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 10 warnings, and 10 notices
include/sparrow/layout/layout_utils.hpp:79:24 [clang-diagnostic-error]: include/sparrow/layout/layout_utils.hpp#L79
template argument for template type parameter must be a type
src/array.cpp:26:45 [performance-move-const-arg]: src/array.cpp#L26
std::move of the variable 'array' of the trivially-copyable type 'ArrowArray' has no effect
src/array.cpp:26:63 [performance-move-const-arg]: src/array.cpp#L26
std::move of the variable 'schema' of the trivially-copyable type 'ArrowSchema' has no effect
src/array.cpp:31:45 [performance-move-const-arg]: src/array.cpp#L31
std::move of the variable 'array' of the trivially-copyable type 'ArrowArray' has no effect
src/array.cpp:88:9 [cppcoreguidelines-pro-type-vararg]: src/array.cpp#L88
do not call c-style vararg functions
src/array.cpp:94:9 [cppcoreguidelines-pro-type-vararg]: src/array.cpp#L94
do not call c-style vararg functions
src/array.cpp:100:9 [cppcoreguidelines-pro-type-vararg]: src/array.cpp#L100
do not call c-style vararg functions
Run clang-format on src/list_value.cpp: src/list_value.cpp#L1
File src/list_value.cpp does not conform to Custom style guidelines. (lines 71)
Run clang-format on src/struct_value.cpp: src/struct_value.cpp#L1
File src/struct_value.cpp does not conform to Custom style guidelines. (lines 66)
Run clang-format on include/sparrow/layout/array_bitmap_base.hpp: include/sparrow/layout/array_bitmap_base.hpp#L1
File include/sparrow/layout/array_bitmap_base.hpp does not conform to Custom style guidelines. (lines 189, 190, 191, 192, 206)
Run clang-format on include/sparrow/layout/mutable_array_base.hpp: include/sparrow/layout/mutable_array_base.hpp#L1
File include/sparrow/layout/mutable_array_base.hpp does not conform to Custom style guidelines. (lines 293, 317)
Run clang-format on include/sparrow/layout/union_array.hpp: include/sparrow/layout/union_array.hpp#L1
File include/sparrow/layout/union_array.hpp does not conform to Custom style guidelines. (lines 253)
Run clang-format on include/sparrow/layout/variable_size_binary_layout/variable_size_binary_array.hpp: include/sparrow/layout/variable_size_binary_layout/variable_size_binary_array.hpp#L1
File include/sparrow/layout/variable_size_binary_layout/variable_size_binary_array.hpp does not conform to Custom style guidelines. (lines 382)
Run clang-format on include/sparrow/layout/variable_size_binary_layout/variable_size_binary_iterator.hpp: include/sparrow/layout/variable_size_binary_layout/variable_size_binary_iterator.hpp#L1
File include/sparrow/layout/variable_size_binary_layout/variable_size_binary_iterator.hpp does not conform to Custom style guidelines. (lines 117)
Run clang-format on include/sparrow/layout/struct_layout/struct_value.hpp: include/sparrow/layout/struct_layout/struct_value.hpp#L1
File include/sparrow/layout/struct_layout/struct_value.hpp does not conform to Custom style guidelines. (lines 68)
Run clang-format on include/sparrow/layout/list_layout/list_array.hpp: include/sparrow/layout/list_layout/list_array.hpp#L1
File include/sparrow/layout/list_layout/list_array.hpp does not conform to Custom style guidelines. (lines 683)
Run clang-format on include/sparrow/layout/list_layout/list_value.hpp: include/sparrow/layout/list_layout/list_value.hpp#L1
File include/sparrow/layout/list_layout/list_value.hpp does not conform to Custom style guidelines. (lines 63)