Bugfix 1423: Raise a meaningful error message when trying to use QueryBuilder
with sparse data
#1818
Annotations
8 errors and 5 warnings
Run C++ Tests:
cpp/arcticdb/column_store/test/test_memory_segment.cpp#L484
cannot bind rvalue reference of type ‘arcticdb::util::BitSet&&’ {aka ‘bm::bvector<>&&’} to lvalue of type ‘arcticdb::util::BitSet’ {aka ‘bm::bvector<>’}
|
Run C++ Tests:
cpp/arcticdb/column_store/test/test_memory_segment.cpp#L487
expected primary-expression before ‘>’ token
|
Run C++ Tests:
cpp/arcticdb/column_store/test/test_memory_segment.cpp#L489
expected primary-expression before ‘>’ token
|
Run C++ Tests:
cpp/arcticdb/column_store/test/test_memory_segment.cpp#L489
request for member ‘has_value’ in ‘1’, which is of non-class type ‘int’
|
Run C++ Tests:
cpp/arcticdb/column_store/test/test_memory_segment.cpp#L490
expected primary-expression before ‘float’
|
Run C++ Tests:
cpp/arcticdb/column_store/test/test_memory_segment.cpp#L491
expected primary-expression before ‘>’ token
|
Run C++ Tests:
cpp/arcticdb/column_store/test/test_memory_segment.cpp#L491
request for member ‘has_value’ in ‘1’, which is of non-class type ‘int’
|
Run C++ Tests
Process completed with exit code 8.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], SimenB/[email protected], lukka/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
CMake compile:
cpp/third_party/lmdbcxx/mdb.c#L6748
this statement may fall through [-Wimplicit-fallthrough=]
|
CMake compile:
cpp/third_party/lmdbcxx/mdb.c#L9185
writing 8 bytes into a region of size 1 [-Wstringop-overflow=]
|
CMake compile:
cpp/third_party/lmdbcxx/mdb.c#L7336
writing 8 bytes into a region of size 1 [-Wstringop-overflow=]
|
CMake compile:
cpp/third_party/lmdbcxx/mdb.c#L7330
writing 8 bytes into a region of size 1 [-Wstringop-overflow=]
|
Loading