Github user ozymaxx commented on the issue:
https://github.com/apache/thrift/pull/1496
It appears that there is another compilation problem in Erlang. In the file
`test/DoubleConstantsTest.thrift`, the double literal `1000000.1` is compiled
to `1e+06`. However, Erlang does not accept exponent literals where the number
before the exponent does not have floating point. This causes an error in some
tests.---
