v0.50.1-public
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 invoketoString
when usingSplitRecordReaderImpl
to retrieve results. - TableAPI Fixed an issue where a
get
operation would throw an array index out of bounds exception when the number ofRecords
corresponding to aSplit
is 0 while usingSplitRecordReaderImpl
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
在遇到空谓词时,可能额外增加一次操作符的问题。