rui-mo commented on issue #4947:
URL: 
https://github.com/apache/incubator-gluten/issues/4947#issuecomment-1993838640

   @kecookier This issue does not exist on the main branch, as we recently 
merged a fix to the precision issue of cast(double as decimal). Just verified 
below test on main.
   
   ```
   TEST_F(CastExprTest, myTestDouble2Decimal) {
     testCast(
         makeFlatVector<double>({0.0, 0.575}),
         makeFlatVector<int128_t>({0, 58}, DECIMAL(20, 2)));
   }
   ```
   


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