bump kernel to v0.3.1 #104
Annotations
13 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, lukka/[email protected], actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
CMakeLists.txt#L181
Not disabling vptr sanitizer on M1 Macbook - set DISABLE_VPTR_SANITIZER
|
src/include/delta_kernel_ffi.hpp#L419
'get_engine_builder' has C-linkage specified, but returns incomplete type 'ExternResult<EngineBuilder *>' which could be incompatible with C [-Wreturn-type-c-linkage]
|
src/include/delta_kernel_ffi.hpp#L440
'builder_build' has C-linkage specified, but returns incomplete type 'ExternResult<Handle<SharedExternEngine>>' (aka 'ExternResult<ffi::SharedExternEngine *>') which could be incompatible with C [-Wreturn-type-c-linkage]
|
src/include/delta_kernel_ffi.hpp#L447
'get_default_engine' has C-linkage specified, but returns incomplete type 'ExternResult<Handle<SharedExternEngine>>' (aka 'ExternResult<ffi::SharedExternEngine *>') which could be incompatible with C [-Wreturn-type-c-linkage]
|
src/include/delta_kernel_ffi.hpp#L468
'snapshot' has C-linkage specified, but returns incomplete type 'ExternResult<Handle<SharedSnapshot>>' (aka 'ExternResult<ffi::SharedSnapshot *>') which could be incompatible with C [-Wreturn-type-c-linkage]
|
src/include/delta_kernel_ffi.hpp#L528
'visit_expression_column' has C-linkage specified, but returns incomplete type 'ExternResult<uintptr_t>' (aka 'ExternResult<unsigned long>') which could be incompatible with C [-Wreturn-type-c-linkage]
|
src/include/delta_kernel_ffi.hpp#L538
'visit_expression_literal_string' has C-linkage specified, but returns incomplete type 'ExternResult<uintptr_t>' (aka 'ExternResult<unsigned long>') which could be incompatible with C [-Wreturn-type-c-linkage]
|
src/include/delta_kernel_ffi.hpp#L565
'read_result_next' has C-linkage specified, but returns incomplete type 'ExternResult<bool>' which could be incompatible with C [-Wreturn-type-c-linkage]
|
src/include/delta_kernel_ffi.hpp#L581
'read_parquet_file' has C-linkage specified, but returns incomplete type 'ExternResult<Handle<ExclusiveFileReadResultIterator>>' (aka 'ExternResult<ffi::ExclusiveFileReadResultIterator *>') which could be incompatible with C [-Wreturn-type-c-linkage]
|
src/include/delta_kernel_ffi.hpp#L608
'get_raw_arrow_data' has C-linkage specified, but returns incomplete type 'ExternResult<ArrowFFIData *>' which could be incompatible with C [-Wreturn-type-c-linkage]
|
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "delta-v1.1.0-extension-linux_amd64", "delta-v1.1.0-extension-linux_amd64_gcc4", "delta-v1.1.0-extension-linux_arm64", "delta-v1.1.0-extension-osx_amd64", "delta-v1.1.0-extension-osx_arm64".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job succeeded
Loading