kecookier opened a new issue, #4947:
URL: https://github.com/apache/incubator-gluten/issues/4947

   ### Backend
   
   VL (Velox)
   
   ### Bug description
   
   The following unittest can reproduce this issue. 
   I test this in 
[branch-1.1](https://github.com/apache/incubator-gluten/tree/branch-1.1), and 
not sure if this issue still exists in the branch-1.1.1.
   
   ```c++
   TEST_F(CastExprTest, myTestDouble2Decimal) {
     testComplexCast(
         "c0",
         makeFlatVector<double>({0.0, 0.575}),
         makeFlatVector<int128_t>({0, 58}, DECIMAL(20, 2)));
   }
   ```
   
   ### Spark version
   
   None
   
   ### Spark configurations
   
   _No response_
   
   ### System information
   
   _No response_
   
   ### Relevant logs
   
   ```bash
   
/root/gluten/ep/build-velox/build/velox_ep/velox/vector/tests/utils/VectorTestBase.cpp:151:
 Failure
   Value of: expected->equalValueAt(actual.get(), i, i)
     Actual: false
   Expected: true
   at 1: expected 0.58, but got 0.57
   ```
   


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