Skip to content

Releases: sparkapi/sparkql

New sparkql functions

06 May 15:56
5cc54cf
Compare
Choose a tag to compare
  • dayofweek(), dayofyear(), and weekdays() functions
  • Updated gemspec

v1.1.1 Release

09 Sep 15:17
Compare
Choose a tag to compare
  • [BUGFIX] Fix Not handling in the new Evaluation class

v1.0.1 Release

24 Feb 21:37
Compare
Choose a tag to compare
  • [IMPROVEMENT] Support scientific notation for floating point numbers

v1.0.0 Release

12 Feb 22:53
Compare
Choose a tag to compare
  • [IMPROVEMENT] function support for fields (delayed resolution). Backing systems must
    implement necessary function behaviour.
  • Drop support for ruby 1.8.7. Georuby dropped support several years back and
    this drop allows us to pick up newer update allows us to stay in sync with
    that gems development

Functions for years() and months()

06 Jan 19:02
Compare
Choose a tag to compare

Added for API-1887, this release adds a years and months function that works similar to the existing days function