ZhangHuiGui commented on PR #40223: URL: https://github.com/apache/arrow/pull/40223#issuecomment-1974201723
> 2\. When `DispatchExact` failed, `FinishBind` would fail, and code will falls to cast and dispatch best? ) Actually, the failure of `FinishBind` has nothing to do with DispatchExact, they are independent logics. We want `FinishBind` fail if resolve type failed when scale and precision not correct, so the code will falls dispatch best and cast to correct precision and scale as expected rules. -- 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]
