Skip to content

Commit

Permalink
[BugFix] make ResultCode in ir core ffi consistent with Compiler (#2188)
Browse files Browse the repository at this point in the history
Co-authored-by: Longbin Lai <longbin.lailb@alibaba-inc.com>
  • Loading branch information
BingqingLyu and longbinlai committed Nov 7, 2022
1 parent 7cfe9a3 commit 4279b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interactive_engine/executor/ir/core/src/plan/ffi.rs
Expand Up @@ -96,7 +96,7 @@ pub enum ResultCode {
/// A queried tag has not been specified
TagNotExistError = 12,
UnSupported = 13,
Others = 16,
Others = 14,
}

#[repr(C)]
Expand Down

0 comments on commit 4279b8f

Please sign in to comment.