Skip to content

v2.0.8: Merge pull request #29 from RumbleDB/Improvements2

Choose a tag to compare

@ghislainfourny ghislainfourny released this 03 Dec 16:01
· 4 commits to main since this release
9980c7d
  • Decoupled the internal materialization cap (when a parallel sequence of items is materialized, e.g., into an array) from the outer result size cap (for printing to screen) with now two distinct configuration parameters. The default materialization cap is set to 100'000 items while the default outer result size is set to 10. They can be changed by the user through the Rumble configuration.
  • Fixed an issue in the implementation when a FLWOR gets executed locally with a return clause with an underlying RDD or DataFrame.