Skip to content

Commit 796e746

Browse files
authored
chore: remove duckdb example from this repo (#244)
1 parent 819bdae commit 796e746

File tree

4 files changed

+2
-416
lines changed

4 files changed

+2
-416
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ jobs:
5353
override: true
5454
- name: Build and run tests
5555
run: cargo test --all-features
56-
- name: Test arrow-pg default features
57-
working-directory: arrow-pg
58-
run: cargo test
5956

6057
integration:
6158
name: Integration tests

Cargo.lock

Lines changed: 2 additions & 116 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

arrow-pg/Cargo.toml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ rust-version.workspace = true
1616
default = ["arrow"]
1717
arrow = ["dep:arrow"]
1818
datafusion = ["dep:datafusion"]
19-
# for testing
20-
_duckdb = []
21-
_bundled = ["duckdb/bundled"]
22-
2319

2420
[dependencies]
2521
arrow = { workspace = true, optional = true }
@@ -33,9 +29,4 @@ rust_decimal.workspace = true
3329

3430
[dev-dependencies]
3531
async-trait = "0.1"
36-
duckdb = { version = "~1.4" }
3732
tokio = { version = "1.48", features = ["full"]}
38-
39-
[[example]]
40-
name = "duckdb"
41-
required-features = ["_duckdb"]

0 commit comments

Comments
 (0)