gengliangwang commented on PR #55937: URL: https://github.com/apache/spark/pull/55937#issuecomment-4472860334
--- ### Stack overview (SPARK-56908 umbrella) This PR is part of a stack of 8 PRs against SPARK-56908. Order: 1. #55934 — [SPARK-56909][SQL] Simplify Cast to int/long codegen under ANSI mode *(this stack base)* 2. #55935 — [SPARK-56910][SQL] Simplify Cast to byte/short codegen under ANSI mode 3. #55936 — [SPARK-56911][SQL] Simplify Cast to decimal codegen under ANSI mode 4. #55937 — [SPARK-56912][SQL] Simplify Cast to boolean codegen under ANSI mode 5. #55939 — [SPARK-56914][SQL] Simplify decimal arithmetic codegen under ANSI mode *(depends on #55936)* 6. #55938 — [SPARK-56913][SQL] Simplify BinaryArithmetic byte/short codegen under ANSI mode *(independent)* 7. #55940 — [SPARK-56915][SQL] Simplify MakeDate/MakeInterval codegen under ANSI mode *(independent)* 8. #55941 — [SPARK-56916][SQL] Simplify ElementAt array codegen under ANSI mode *(independent)* PRs 1-4 are linearly stacked on each other (each branch is based on the previous one). PR 5 (decimal arithmetic) is stacked on top of PR 3 (cast decimal) since it uses `CastUtils.changePrecisionExact`. PRs 6, 7, 8 branch off master independently. -- 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]
