Fix ST_Read_Meta() type mismatch errors on Linux #201
Annotations
7 errors and 12 warnings
Build extension:
spatial/src/spatial/core/index/rtree/rtree_index_plan_scan.cpp#L49
invalid operands to binary expression ('const value_type' (aka 'const duckdb::ColumnIndex') and 'column_t' (aka 'unsigned long long'))
|
Build extension:
spatial/src/spatial/core/index/rtree/rtree_index_plan_scan.cpp#L216
invalid operands to binary expression ('const value_type' (aka 'const duckdb::ColumnIndex') and 'idx_t' (aka 'unsigned long long'))
|
Build extension:
spatial/src/spatial/core/index/rtree/rtree_index_scan.cpp#L61
no viable conversion from 'vector<storage_t>' to 'vector<StorageIndex>'
|
Build extension:
spatial/src/spatial/core/index/rtree/rtree_index_scan.cpp#L88
no viable conversion from 'vector<storage_t>' to 'const vector<StorageIndex>'
|
Build extension:
spatial/src/spatial/core/index/rtree/rtree_index_scan.cpp#L206
assigning to 'table_function_to_string_t' (aka 'InsertionOrderPreservingMap<basic_string<char>> (*)(duckdb::TableFunctionToStringInput &)') from incompatible type 'string (const FunctionData *)' (aka 'basic_string<char> (const duckdb::FunctionData *)'): type mismatch at 1st parameter ('TableFunctionToStringInput &' vs 'const FunctionData *')
|
Build extension:
spatial/src/spatial/core/index/rtree/rtree_index_scan.cpp#L208
no member named 'get_batch_index' in 'duckdb::TableFunction'
|
Build extension
Process completed with exit code 2.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, lukka/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Setup vcpkg
The file vcpkg.json was found multiple times with glob expression '**/vcpkg.json'.
|
Build extension:
CMakeLists.txt#L181
Not disabling vptr sanitizer on M1 Macbook - set DISABLE_VPTR_SANITIZER
|
Build extension:
build/release/deps/projects/Stamp/ZLIB/verify-ZLIB.cmake#L15
File cannot be verified since no URL_HASH specified
|
Build extension:
build/release/deps/projects/Stamp/GEOGRAPHICLIB/verify-GEOGRAPHICLIB.cmake#L15
File cannot be verified since no URL_HASH specified
|
Build extension:
build/release/deps/projects/Stamp/EXPAT/verify-EXPAT.cmake#L15
File cannot be verified since no URL_HASH specified
|
Build extension:
build/release/deps/projects/Stamp/GEOS/verify-GEOS.cmake#L15
File cannot be verified since no URL_HASH specified
|
Build extension:
build/release/deps/projects/Source/ZLIB/compress.c#L22
a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
|
Build extension:
build/release/deps/projects/Source/ZLIB/compress.c#L68
a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
|
Build extension:
build/release/deps/projects/Source/ZLIB/compress.c#L81
a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
|
Build extension:
build/release/deps/projects/Source/ZLIB/gzclose.c#L11
a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
|
Build extension:
build/release/deps/projects/Source/ZLIB/adler32.c#L63
a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
|
Loading