File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
src/main/java/com/influxdb/v3/client Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 33### Features
44
551 . [ #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
Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments