SAY-5 commented on PR #49832: URL: https://github.com/apache/arrow/pull/49832#issuecomment-4364439327
Re: AI policy — yes, this fix used an LLM coding assistant for drafting and the test cases below; I reviewed each line, ran the change against the issue's reproducer locally, and confirmed the behaviour matches SQLite/Spark semantics (precision-overflow rejected rather than silently truncated). I'll add the tests from #49817 in the next push and reply here. For the moment, here's the disclosure summary as requested: - **AI-generated**: `Decimal128::FromString` precision-overflow guard and the surrounding documentation comment - **Human-reviewed**: scope (only the precision check, no related rounding changes), error message wording, alignment with the existing `Status::Invalid` style of nearby validation paths, and the test plan below -- 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]
