Skip to content

v0.50.1-public

Compare
Choose a tag to compare
@idleyui idleyui released this 11 Oct 02:24
· 18 commits to release/0.50.x since this release

Changelog

[0.50.1-public] - 2024-10-11

Fixes

  • TableAPI Fixed an issue where ArrayRecord could not correctly invoke toString when using SplitRecordReaderImpl to retrieve results.
  • TableAPI Fixed an issue where a get operation would throw an array index out of bounds exception when the number of Records corresponding to a Split is 0 while using SplitRecordReaderImpl to retrieve results.
  • TableAPI Fixed an issue with composite predicates CompositePredicate that could lead to an additional operator being added when encountering an empty predicate.

更新日志

[0.50.1-public] - 2024-10-11

修复

  • TableAPI 修复了使用SplitRecordReaderImpl获取结果时,拿到了ArrayRecord无法正确toString的问题。
  • TableAPI 修复了使用SplitRecordReaderImpl获取结果时,如果Split对应的Record数量为0,在get
    操作时会抛出数组越界异常的问题。
  • TableAPI 修复了复合谓词CompositePredicate在遇到空谓词时,可能额外增加一次操作符的问题。