The datapoint that is defined without fields: ```java Point .measurement("h2o") .addTag("location", "coyote_creek") .time(9L, WritePrecision.NS) ``` should be ignored because InfluxDB 2.0 doesn't supports partial writes.
The datapoint that is defined without fields:
should be ignored because InfluxDB 2.0 doesn't supports partial writes.