Github user amansinha100 commented on the issue:
https://github.com/apache/drill/pull/517
The tests passed for me (I am running on a linux box).
mvn install -DskipTests
mvn -Dtest=TestDecimal surefire:test -DfailIfNoTests=false
Running org.apache.drill.exec.physical.impl.TestDecimal#testCastFromFloat
Running org.apache.drill.exec.physical.impl.TestDecimal#testComplexDecimal
Running
org.apache.drill.exec.physical.impl.TestDecimal#testSimpleDecimalArithmetic
Running
org.apache.drill.exec.physical.impl.TestDecimal#testComplexDecimalSort
Running
org.apache.drill.exec.physical.impl.TestDecimal#testSimpleDecimalMathFunc
Running org.apache.drill.exec.physical.impl.TestDecimal#testSimpleDecimal
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.566 sec
- in org.apache.drill.exec.physical.impl.TestDecimal
Results :
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
I see control chars in your error stack .. what platform are you using ? Is
it windows ?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---