yew1eb opened a new issue, #1617:
URL: https://github.com/apache/auron/issues/1617
**Describe the bug**
Two trim disabled unit tests in `NativeConvertersSuite` are failing:
```
[32mNativeConvertersSuite:[0m
[32m- cast from string to numeric adds trim wrapper before native cast when
enabled[0m
[32m- cast from string to boolean adds trim wrapper before native cast when
enabled[0m
[31m- cast trim disabled via auron conf *** FAILED ***[0m
[31m childExpr.hasScalarFunction() was true
(NativeConvertersSuite.scala:46)[0m
[31m- cast trim disabled via auron conf for boolean cast *** FAILED ***[0m
[31m childExpr.hasScalarFunction() was true
(NativeConvertersSuite.scala:46)[0m
[32m- cast with non-string child remains unchanged[0m
```
**To Reproduce**
1. Run `mvn test`
**Expected behavior**
**Screenshots**
**Additional context**
--
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]