sparkle v0.5 Release Notes

Release Date: 2017-02-21 // about 7 years ago
  • ➕ Added

    • Bind to expm1
    • Add bindings to dayofmonth, current_timestamp and current_date.
    • ➕ Add support for the dataframe condition expressions
    • ➕ Add bindings to withColumnRenamed, columns, printSchema, Column.expr.
    • Bind DataFrame distinct.
    • ➕ Add bindings for log and log1p for Columns.
    • ➕ Add binding to Column.cast.
    • ➕ Add bindings getList and array for columns.
    • ➕ Add bindings: schema for rows, Metadata type, javaRDD, range, Row getters and constructors, StrucType constructors, createDataFrame, more DataType bindings.

    🔄 Changed

    • Prevent Haskell exceptions from escaping apply.
    • ⚡️ Update sparkle to work with latest jni which uses ForeignPtr for java references.
    • 📇 Move StructType and friends to modules StructField, DataType and Metadata.
    • 📇 Rename createRow, rowGet, rowSize, joinPairRDD to have the same names as the java methods.