Skip to content

Commit

Permalink
Restored UNKOWN_PROP but commented as deprecated in common.thrift (#4985
Browse files Browse the repository at this point in the history
)

restore UNKOWN_PROP but commented as deprecated in common.thrift
  • Loading branch information
xtcyclist committed Dec 5, 2022
1 parent 61d45b7 commit ad34bcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interface/common.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ enum NullType {
BAD_DATA = 2,
BAD_TYPE = 3,
ERR_OVERFLOW = 4,
UNKNOWN_PROP = 5, // deprecated but not to be deleted
DIV_BY_ZERO = 6,
OUT_OF_RANGE = 7,
} (cpp.enum_strict, cpp.type = "nebula::NullType")
Expand Down

0 comments on commit ad34bcd

Please sign in to comment.