Skip to content

Add fixed with binary layout #1960

Add fixed with binary layout

Add fixed with binary layout #1960

Triggered via pull request January 15, 2025 09:23
Status Success
Total duration 14m 42s
Artifacts

analysis.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 11 warnings, and 10 notices
include/sparrow/buffer/u8_buffer.hpp:90:11 [clang-diagnostic-error]: include/sparrow/buffer/u8_buffer.hpp#L90
member initializer 'holder_type' does not name a non-static data member or base class
include/sparrow/buffer/u8_buffer.hpp:97:11 [clang-diagnostic-error]: include/sparrow/buffer/u8_buffer.hpp#L97
member initializer 'holder_type' does not name a non-static data member or base class
src/record_batch.cpp:30:35 [performance-move-const-arg]: src/record_batch.cpp#L30
std::move of the const variable 'name' has no effect; remove std::move() or make the variable non-const
src/record_batch.cpp:31:36 [performance-move-const-arg]: src/record_batch.cpp#L31
std::move of the const variable 'array' has no effect; remove std::move() or make the variable non-const
src/record_batch.cpp:92:16 [modernize-return-braced-init-list]: src/record_batch.cpp#L92
avoid repeating the return type from the declaration; use a braced initializer list instead
src/record_batch.cpp:97:16 [modernize-return-braced-init-list]: src/record_batch.cpp#L97
avoid repeating the return type from the declaration; use a braced initializer list instead
build
Failed to save: Unable to reserve cache with key micromamba-downloads--linux-64, another job may be creating this cache. More details: Cache already exists. Scope: refs/pull/320/merge, Key: micromamba-downloads--linux-64, Version: fd589871226f2427db40904ab3f139f6e9fe542d5228eeb2a790fd83584854df
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 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 include/sparrow/buffer/dynamic_bitset/bitset_iterator.hpp: include/sparrow/buffer/dynamic_bitset/bitset_iterator.hpp#L1
File include/sparrow/buffer/dynamic_bitset/bitset_iterator.hpp does not conform to Custom style guidelines. (lines 185)
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/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 187, 188, 189, 190, 202)
Run clang-format on include/sparrow/layout/primitive_array.hpp: include/sparrow/layout/primitive_array.hpp#L1
File include/sparrow/layout/primitive_array.hpp does not conform to Custom style guidelines. (lines 503)
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/fixed_width_binary_layout/fixed_width_binary_array.hpp: include/sparrow/layout/fixed_width_binary_layout/fixed_width_binary_array.hpp#L1
File include/sparrow/layout/fixed_width_binary_layout/fixed_width_binary_array.hpp does not conform to Custom style guidelines. (lines 477, 514)
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/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)