UglyHobbitFeet
UglyHobbitFeet
Hi, I abandoned the use of Graal and it worked for me. On Mon, Nov 8, 2021 at 10:01 AM Rajinder Singh ***@***.***> wrote: > @UglyHobbitFeet > I am facing...
YES!, this is happening to me as well. I have the latest version installed (2.22) When I use chronograf and look at the data it is indeed of type integer...
Not sure if this is the reason, but it looks like it might be why (Line 157) https://github.com/influxdata/influxdb-java/blob/master/src/main/java/org/influxdb/dto/Point.java#L157
@majst01 We appreciate your hard work with this package but this has been a major blocker for a while now! Will you be able to fix this in your next...
@majst01 I already did. It's mentioned on this thread a few comments up :)
@majst01 To change "value = ((Integer) value).doubleValue()"; to "value = ((Integer) value)";
@majst01 Unfortunately I don't know how to do that. I'm not a big githubber sorry
@majst Thanks for that link. How do I 'make sure all unit tests pass again' this is a maven project, an with the given shell script `compile-and-tst.sh` the whole project...
@majst01 I appreciate the links. I tried but unfortunately I shouldn't be the one doing PR as I'm not familiar enough with the overall codebase and the impact of changing...