ruvector/crates/ruvector-postgres/src
rUv a4f74a1f06 fix(postgres): fix unused imports and GNN test type mismatches
- Remove unused imports across multiple modules:
  - graph/operators.rs: pgrx::prelude in tests
  - graph/sparql/results.rs: Literal import
  - healing/functions.rs: super::* in tests
  - healing/learning.rs: RemediationOutcome import
  - index/ivfflat_storage.rs: super::* in tests
  - routing/router.rs: CostModel and PerformanceMetrics

- Fix GNN operator tests to use JsonB correctly:
  - Add helper functions to_json() and parse_result()
  - Convert Vec inputs to JsonB before calling functions
  - Parse JsonB results for assertions

- Fix aggregator tests type inference:
  - Add explicit Vec<f32> type annotation for empty vec comparison

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-26 22:11:58 +00:00
..
attention fix(ci): Fix formatting and workflow permission issues 2025-12-26 22:11:57 +00:00
bin feat(postgres): Add ruvector-postgres extension with SIMD optimizations (#42) 2025-12-02 09:55:07 -05:00
distance fix(ci): Fix formatting and workflow permission issues 2025-12-26 22:11:57 +00:00
embeddings fix(ci): Fix formatting and workflow permission issues 2025-12-26 22:11:57 +00:00
gnn fix(postgres): fix unused imports and GNN test type mismatches 2025-12-26 22:11:58 +00:00
graph fix(postgres): fix unused imports and GNN test type mismatches 2025-12-26 22:11:58 +00:00
healing fix(postgres): fix unused imports and GNN test type mismatches 2025-12-26 22:11:58 +00:00
hybrid fix(ci): Fix formatting and workflow permission issues 2025-12-26 22:11:57 +00:00
hyperbolic fix(ci): Fix formatting and workflow permission issues 2025-12-26 22:11:57 +00:00
index fix(postgres): fix unused imports and GNN test type mismatches 2025-12-26 22:11:58 +00:00
integrity fix(ci): Fix formatting and workflow permission issues 2025-12-26 22:11:57 +00:00
learning fix(ci): Fix formatting and workflow permission issues 2025-12-26 22:11:57 +00:00
quantization fix(ci): Fix formatting and workflow permission issues 2025-12-26 22:11:57 +00:00
routing fix(postgres): fix unused imports and GNN test type mismatches 2025-12-26 22:11:58 +00:00
sparse fix(ci): Fix formatting and workflow permission issues 2025-12-26 22:11:57 +00:00
tenancy fix(postgres): Fix unused imports and add lint allows for WIP code 2025-12-26 22:11:58 +00:00
types fix(postgres): Fix additional clippy warnings in workers module 2025-12-26 22:11:58 +00:00
workers fix(postgres): remove unused pgrx import in queue.rs 2025-12-26 22:11:58 +00:00
lib.rs fix(postgres): Fix unused imports and add lint allows for WIP code 2025-12-26 22:11:58 +00:00
operators.rs fix(ci): Fix formatting and workflow permission issues 2025-12-26 22:11:57 +00:00