Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add unit test for table function and remote parquet source #468

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sgrebnov
Copy link
Contributor

@sgrebnov sgrebnov commented Mar 14, 2025

Add unit test to cover

cargo test --features "extensions-full" --tests test_extension_remote_parquet

⚡ cargo test --features "extensions-full" --tests test_extension_remote_parquet
   Compiling duckdb v1.2.1 .../duckdb-rs/crates/duckdb)
warning: unused import: `c_char`
   --> crates/duckdb/src/vtab/mod.rs:176:15
    |
176 |         ffi::{c_char, CString},
    |               ^^^^^^
    |
    = note: `#[warn(unused_imports)]` on by default

warning: `duckdb` (lib test) generated 1 warning (run `cargo fix --lib -p duckdb --tests` to apply 1 suggestion)
    Finished `test` profile [unoptimized + debuginfo] target(s) in 2.66s
     Running unittests src/lib.rs (target/debug/deps/duckdb-568781b06bad4d97)

running 1 test
error: test failed, to rerun pass `-p duckdb --lib`

Caused by:
  process didn't exit successfully: `.../duckdb-rs/target/debug/deps/duckdb-568781b06bad4d97 test_extension_remote_parquet` (signal: 11, SIGSEGV: invalid memory reference)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant