imay commented on issue #2969: Improve implementation of Status URL: https://github.com/apache/incubator-doris/pull/2969#issuecomment-589652338 > Is It actually an POSIX errno? > > For example: For Status::IOError, it is error code is TStatusCode::IO_ERROR, but its "posix_code" may be `EIO`, `ENOTDIR`, `EEXIST` and so on. Actually no. This field is intended to unify Doris' error code. When user can get a code, he/she will know the specific error. If this is used as posix_code, its usage will be narrowed.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
