This is an automated email from the ASF dual-hosted git repository.
ColinLeeo pushed a change to branch codex/python-error-code-alignment
in repository https://gitbox.apache.org/repos/asf/tsfile.git
from ff5b56317 refactor: remove unused database error codes
add e90e06c9e fix: preserve error code compatibility
No new revisions were added by this update.
Summary of changes:
cpp/src/cwrapper/errno_define_c.h | 29 ++++++++++++++++++++++
cpp/src/reader/tsfile_reader.cc | 32 ++++++++++++++++++-------
cpp/src/utils/errno_define.h | 20 ++++++++++++++++
cpp/test/cwrapper/c_release_test.cc | 30 +++++++++++++++++++++++
cpp/test/cwrapper/query_by_row_cwrapper_test.cc | 27 +++++++++++++++++++++
cpp/tools/format/output_format.cc | 2 ++
python/tests/test_exceptions.py | 28 ++++++++++++++++++++--
python/tsfile/exceptions.py | 15 ++++++++++++
8 files changed, 173 insertions(+), 10 deletions(-)