xudong963 commented on PR #21436:
URL: https://github.com/apache/datafusion/pull/21436#issuecomment-4197763208

   针对这个点我补了一次澄清和回归测试:不是所有 error 都会走二分探测,
   `retry_interleave` 只会在 `is_offset_overflow(&e)` 为 true,也就是 Arrow
   返回 `OffsetOverflowError` 时才减半重试;其他 error 会直接返回。
   
   这次补充了一个测试 `test_retry_interleave_does_not_retry_non_offset_errors`,
   验证非 offset overflow 的错误只尝试一次就原样返回。
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to