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
feat: enhance cross-version persistence CI to test all model types
Enhanced persistence-cross job to test all 4 model types in matrix:
- GeneralizedKMeansModel
- KMedoidsModel
- SoftKMeansModel
- StreamingKMeansModel
Each model type now tested across:
- Scala 2.12 ↔ 2.13 (bidirectional)
- Spark 3.4.0 ↔ 3.5.1 (bidirectional)
This validates PersistenceLayoutV1's cross-version compatibility guarantee
for all model types with their unique state (medoids, weights, soft params).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments