You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Influence version : duckdb = { version = "1.0.0", features = ["bundled", "r2d2"] } ===> duckdb = { version = "1.2.0", features = ["bundled", "r2d2"] }
Link error msg:
ld.lld: error: undefined symbol: typeinfo for duckdb::ListLambdaBindData
>>> referenced by helper.hpp:262 (target/debug/build/libduckdb-sys-b810ccfd717eee37/out/duckdb/src/include/duckdb/common/helper.hpp:262)
>>> 23f72f62d71029c3-ub_src_planner_expression.o:(void duckdb::DynamicCastCheck<duckdb::ListLambdaBindData, duckdb::FunctionData>(duckdb::FunctionData const*)) in archive target/debug/deps/liblibduckdb_sys-f766c64d7d082f02.rlib
Symbol grep result:
nm -C target/debug/deps/liblibduckdb_sys-f766c64d7d082f02.rlib | grep ListLambdaBindData
nm: lib.rmeta: no symbols
0000000000000000 W duckdb::ListLambdaBindData& duckdb::FunctionData::Castduckdb::ListLambdaBindData()
0000000000000000 W void duckdb::DynamicCastCheck<duckdb::ListLambdaBindData, duckdb::FunctionData>(duckdb::FunctionData const*)
U typeinfo for duckdb::ListLambdaBindData
The text was updated successfully, but these errors were encountered:
Influence version : duckdb = { version = "1.0.0", features = ["bundled", "r2d2"] } ===> duckdb = { version = "1.2.0", features = ["bundled", "r2d2"] }
Link error msg:
ld.lld: error: undefined symbol: typeinfo for duckdb::ListLambdaBindData
>>> referenced by helper.hpp:262 (target/debug/build/libduckdb-sys-b810ccfd717eee37/out/duckdb/src/include/duckdb/common/helper.hpp:262)
>>> 23f72f62d71029c3-ub_src_planner_expression.o:(void duckdb::DynamicCastCheck<duckdb::ListLambdaBindData, duckdb::FunctionData>(duckdb::FunctionData const*)) in archive target/debug/deps/liblibduckdb_sys-f766c64d7d082f02.rlib
Symbol grep result:
nm -C target/debug/deps/liblibduckdb_sys-f766c64d7d082f02.rlib | grep ListLambdaBindData
nm: lib.rmeta: no symbols
0000000000000000 W duckdb::ListLambdaBindData& duckdb::FunctionData::Castduckdb::ListLambdaBindData()
0000000000000000 W void duckdb::DynamicCastCheck<duckdb::ListLambdaBindData, duckdb::FunctionData>(duckdb::FunctionData const*)
U typeinfo for duckdb::ListLambdaBindData
The text was updated successfully, but these errors were encountered: