Support attaching delta tables as catalogs #120
Annotations
6 errors and 4 warnings
Build extension:
src/include/functions/delta_scan.hpp#L119
virtual function 'CreateFileList' has a different return type ('shared_ptr<MultiFileList>') than the function it overrides (which has return type 'unique_ptr<MultiFileList>')
|
Build extension:
src/delta_extension.cpp#L27
no member named 'SetDefaultTable' in 'duckdb::DeltaCatalog'
|
Build extension:
src/include/functions/delta_scan.hpp#L119
virtual function 'CreateFileList' has a different return type ('shared_ptr<MultiFileList>') than the function it overrides (which has return type 'unique_ptr<MultiFileList>')
|
Build extension:
src/include/functions/delta_scan.hpp#L119
virtual function 'CreateFileList' has a different return type ('shared_ptr<MultiFileList>') than the function it overrides (which has return type 'unique_ptr<MultiFileList>')
|
Build extension:
src/functions/delta_scan.cpp#L959
assigning to 'table_function_get_multi_file_reader_t' (aka 'unique_ptr<MultiFileReader> (*)()') from incompatible type 'unique_ptr<MultiFileReader> (const TableFunction &)': different number of parameters (0 vs 1)
|
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: 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/
|
Build extension:
CMakeLists.txt#L181
Not disabling vptr sanitizer on M1 Macbook - set DISABLE_VPTR_SANITIZER
|
Setup vcpkg
The file vcpkg.json was found multiple times with glob expression '**/vcpkg.json'.
|
Install Ninja
pkg-config 0.29.2_3 is already installed and up-to-date.
To reinstall 0.29.2_3, run:
brew reinstall pkg-config
|
Loading