Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Oryx 2.7.2

Compare
Choose a tag to compare
@srowen srowen released this 06 Oct 19:16
· 32 commits to master since this release

This release fixes one important long-standing issue:

ALS app: java.lang.ClassCastException: java.lang.Object cannot be cast to java.lang.String
#304

It was resolved by replacing Koloboke with Eclipse Collections. It's a non-trivial change but addresses a correctness issue, at the unfortunate cost of about 5% performance in the ALS app.