Skip to content

Engine 0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jul 22:50
· 255 commits to refs/heads/main since this release
c186ae9

✨ Features & Enhancements

  • Initial partitioned execution (#528)
  • add unlatched map spread and largeutf8 spreads (#529)
  • support first and last non-windowed aggregations over DataType::Map (#540)
  • Change catalog to produce asciidoc (#537)
  • Add serde support for arrays (#543)
  • support more types for get evaluator for maps (#532)
  • add get function for maps (for string -> primitive) (#500)

🛠️ Other improvements

  • engine release 0.10.0 (#554)
  • use statically linked libssl (#546)
  • return actual error instead of 'internal error' (#541)
  • Entity Key Filter Integration Test (#520) (#521)
  • add ignored duplicate row test (#456)

Thank you to all our contributors for making this release possible!
@bjchambers, @epinzur, @jordanrfrazier, @kevinjnguyen and @therapon