qiaojialin commented on a change in pull request #258: [IOTDB-143]Development 
of merge
URL: https://github.com/apache/incubator-iotdb/pull/258#discussion_r313248648
 
 

 ##########
 File path: server/src/main/java/org/apache/iotdb/db/utils/TsPrimitiveType.java
 ##########
 @@ -74,6 +74,30 @@ public Binary getBinary() {
     throw new UnsupportedOperationException("getBinary() is not supported for 
current sub-class");
   }
 
+  public void setBoolean(boolean val) {
+    throw new UnsupportedOperationException("getBoolean() is not supported for 
current sub-class");
 
 Review comment:
   ```suggestion
       throw new UnsupportedOperationException("setBoolean() is not supported 
for current sub-class");
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to