You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2019/11/03 12:10:22 UTC

[GitHub] [incubator-iotdb] samperson1997 opened a new pull request #517: [IOTDB-276] Fix inconsistent ways of judging whether a Field is null

samperson1997 opened a new pull request #517: [IOTDB-276] Fix inconsistent ways of judging whether a Field is null
URL: https://github.com/apache/incubator-iotdb/pull/517
 
 
   Fix inconsistent ways of judging whether a Field is null by removing `isNull` field and `setNull` method. Only retain one way of defining a null field `new Field(null)`, and `isNull()` method can be realized by checking `this.dataType == null`.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services