Skip to content

Commit 986a398

Browse files
feat: add comment for getMeasurement function (#251)
1 parent dd371d8 commit 986a398

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### Features
44

55
1. [#250](https://github.com/InfluxCommunity/influxdb3-java/pull/250) Upgrade Netty version to 4.2.3.Final.
6+
2. [#251](https://github.com/InfluxCommunity/influxdb3-java/pull/251) Add comment warning null when calling getMeasurement function.
67

78
## 1.2.0 [2025-06-26]
89

src/main/java/com/influxdb/v3/client/Point.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ public static Point fromValues(final PointValues values) throws Exception {
106106

107107
/**
108108
* Get measurement name.
109+
* It will return null when querying with SQL Query.
109110
*
110111
* @return Measurement name
111112
*/

src/main/java/com/influxdb/v3/client/PointValues.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ public static PointValues measurement(@Nonnull final String measurementName) {
7171

7272
/**
7373
* Get measurement name.
74+
* It will return null when querying with SQL Query.
7475
*
7576
* @return Measurement name
7677
*/

0 commit comments

Comments
 (0)