acvictor opened a new pull request, #11618:
URL: https://github.com/apache/incubator-gluten/pull/11618

   ## What changes are proposed in this pull request?
   This PR fixes decimal partition value serialization by replacing 
`toJavaBigInteger.toString` with `toJavaBigDecimal.toPlainString`, removes 
fallback guard that was added by 11518 and adds additional test cases to 
SQLQuerySuite covering small decimals, zero-scale decimals, negative values, 
and multi-partition pruning.
   
   ## How was this patch tested?
   Extended the existing `Incorrect decimal casting for partition read` test
   
   ## Was this patch authored or co-authored using generative AI tooling?
   No
   


-- 
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