cloud-fan commented on PR #44398:
URL: https://github.com/apache/spark/pull/44398#issuecomment-1862704957

   > The DecimalType.bounded(100000, 50000) returns DecimalType(38, 38).
   
   I think this is already wrong. We should update the H2 dialect to return 
`decimal(38, 19)`, so that we have half digits for the integral part and half 
digits for the fraction part.


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