diff --git a/cpp/include/gar/writer/arrow_chunk_writer.h b/cpp/include/gar/writer/arrow_chunk_writer.h index cfc883e31..a438c4b3e 100644 --- a/cpp/include/gar/writer/arrow_chunk_writer.h +++ b/cpp/include/gar/writer/arrow_chunk_writer.h @@ -39,10 +39,10 @@ namespace GAR_NAMESPACE_INTERNAL { * @brief The level for validating writing operations. */ enum class ValidateLevel : char { - default_validate = -1, - no_validate = 0, - weak_validate = 1, - strong_validate = 2 + default_validate = 0, + no_validate = 1, + weak_validate = 2, + strong_validate = 3 }; /**