Skip to content

Rumble 1.4.1 Willow Oak

Pre-release
Pre-release

Choose a tag to compare

@ghislainfourny ghislainfourny released this 09 Dec 10:28
· 7342 commits to master since this release
8d33067

This is an interim release with bugfixes:

  • invoking a count on a grouping key after a group-by now works in a let clause (was: "java.lang.Long cannot be cast to [B") in addition to return clauses. This will also be fixed in other clauses later on.
  • the count clause is now more stable on large amounts of data (was: null pointer exception)
  • variables passed from outside the FLWOR clause are now visible in where and return clauses (was: variable does not exist). This will also be fixed in other clauses later on.