Skip to content

[IOTDB-276] Fix inconsistent ways of judging whether a Field is null#517

Merged
qiaojialin merged 2 commits into
apache:masterfrom
samperson1997:jira_276
Nov 4, 2019
Merged

[IOTDB-276] Fix inconsistent ways of judging whether a Field is null#517
qiaojialin merged 2 commits into
apache:masterfrom
samperson1997:jira_276

Conversation

@samperson1997
Copy link
Copy Markdown
Contributor

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.

@qiaojialin qiaojialin merged commit b845dd7 into apache:master Nov 4, 2019
@samperson1997 samperson1997 deleted the jira_276 branch November 4, 2019 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants