Scalding v0.18.0-RC1 Release Notes

Release Date: 2018-12-12 // over 4 years ago

Previous changes from v0.17.4

  • 🚀 This release is binary compatible with 0.17.3 so it should be safe to use. One behavior change is that skipping null counters is now opt in (which was a default we regretted when shipping 0.17.3). See: #1716

    • ➕ add DateRange.prepend: #1748
    • TextLine is now a TypedSink[String]: #1752
    • check for _SUCCESS file in any FileSource based on a config flag: #1758
    • ➕ add a setting to skip null counters: #1759