From ad34bcdc79652df4ba1e842dcc4638b48bd6da21 Mon Sep 17 00:00:00 2001 From: Cheng Xuntao <7731943+xtcyclist@users.noreply.github.com> Date: Mon, 5 Dec 2022 14:41:55 +0800 Subject: [PATCH] Restored UNKOWN_PROP but commented as deprecated in common.thrift (#4985) restore UNKOWN_PROP but commented as deprecated in common.thrift --- src/interface/common.thrift | 1 + 1 file changed, 1 insertion(+) diff --git a/src/interface/common.thrift b/src/interface/common.thrift index 8b55a4e4030..9d00fd57475 100644 --- a/src/interface/common.thrift +++ b/src/interface/common.thrift @@ -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")