Fernando Machado

Results 23 comments of Fernando Machado

@alprestedge we don't have a forum but I left https://github.com/influxdata/influxdb-java/issues/399 open for a while waiting for feedback and I had none. Well, this does not mean that my changes cannot...

@domixr before moving forward with an implementation, do you mind sharing with us more information about your problem? - Are you storing "high-frequency" data like samples from a digital health...

@jjathman if you make a PR we will review it.

**TLDR: When you execute a query using the InfluxDB Java client, always specify the TimeUnit parameter and never parse the RFC3339 date format returned by InfluxDB.** This seems to be...

@majst01 IMO, org.influxdb.impl.TimeUtil should be deprecated and removed later. The developer should be responsible for dealing with date/time conversion. What do you think? Meanwhile, a patch could be applied by...

@syndybat there is a pull request (PR#519 https://github.com/influxdata/influxdb-java/pull/519) being reviewed that will provide what you need. Stay tuned. :)

@sjoshid thanks for submitting this PR. > Im not sure if I need to run format sh. I don't remember when was the last time that I had to run...

@sjoshid yes, you are right: setters and field visibility (`default`, `private`, `protected` or `public`) are ignored. The reason why I decided to ignore accessory methods were (1) simplicity and (2)...

I'm closing this ticket. Feel free to create your PR and we'll reopen this one.