Skip to content

v0.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Aug 02:31
· 79 commits to main since this release

0.15.0 (2023-08-20)

⚠ BREAKING CHANGES

  • pojos: various public functions that took the
    AggregateFunction.AggregationInvocation proto now take the POJO
    equivalent Expression.AggregationInvocation.

Features

  • implement fractional second intervals (#167) (68aa7c4)
  • support reading Substrait plans with Window Functions (#165) (93c6db5)

Code Refactoring

  • pojos: avoid using raw proto enums in POJO layer (#164) (41c8400)