[refactor](unify exception) unify exception definition and error code (#18006)

* [refactor](unify exception) unify exception definition and error code


---------

Co-authored-by: yiguolei <yiguolei@gmail.com>
This commit is contained in:
yiguolei
2023-03-25 12:41:07 +08:00
committed by GitHub
parent f84481886b
commit 7ae51c856e
21 changed files with 22 additions and 598 deletions

View File

@ -33,7 +33,6 @@
#include "vec/common/arena.h"
#include "vec/common/assert_cast.h"
#include "vec/common/bit_cast.h"
#include "vec/common/exception.h"
#include "vec/common/nan_utils.h"
#include "vec/common/sip_hash.h"
#include "vec/common/unaligned.h"