ruvector/crates/ruvector-postgres/src/healing
rUv f3d8ad14d9 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
..
detector.rs fix(postgres): Remove unused imports and fix clippy warnings 2025-12-26 22:11:58 +00:00
engine.rs fix(postgres): Fix unused imports and add lint allows for WIP code 2025-12-26 22:11:58 +00:00
functions.rs fix(postgres): fix unused imports and GNN test type mismatches 2025-12-26 22:11:58 +00:00
learning.rs fix(postgres): fix unused imports and GNN test type mismatches 2025-12-26 22:11:58 +00:00
mod.rs fix(ci): Fix formatting and workflow permission issues 2025-12-26 22:11:57 +00:00
strategies.rs fix(postgres): Add PG version conditionals for amsummarizing field 2025-12-26 22:11:58 +00:00
worker.rs fix(postgres): Fix unused imports and add lint allows for WIP code 2025-12-26 22:11:58 +00:00