v0.48.9-public
·
37 commits
to release/0.50.x
since this release
Changelog
[0.48.9-public] - 2024-10-11
Fixes
- TableAPI Fixed an issue where
ArrayRecordcould not correctly invoketoStringwhen usingSplitRecordReaderImplto retrieve results. - TableAPI Fixed an issue where a
getoperation would throw an array index out of bounds exception when the number ofRecordscorresponding to aSplitis 0 while usingSplitRecordReaderImplto retrieve results. - TableAPI Fixed an issue with composite predicates
CompositePredicatethat could lead to an additional operator being added when encountering an empty predicate.
更新日志
[0.48.9-public] - 2024-10-11
修复
- TableAPI 修复了使用
SplitRecordReaderImpl获取结果时,拿到了ArrayRecord无法正确toString的问题。 - TableAPI 修复了使用
SplitRecordReaderImpl获取结果时,如果Split对应的Record数量为0,在get
操作时会抛出数组越界异常的问题。 - TableAPI 修复了复合谓词
CompositePredicate在遇到空谓词时,可能额外增加一次操作符的问题。