This is an automated email from the ASF dual-hosted git repository. lwz9103 pushed a commit to branch liquid in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
commit ca713ba07fb2854e6e503880a89ac8aadf0b3d80 Author: yxheartipp <[email protected]> AuthorDate: Thu Feb 27 17:43:45 2025 +0800 [CH] add ILLEGAL_TYPE_OF_ARGUMENT in KapMonthBetween.h and KAPYmdintBetween.h (cherry picked from commit 61c70e5c745bc658c4353decc3a81e6c2d806ccf) --- cpp-ch/local-engine/Functions/KapMonthsBetween.h | 1 + cpp-ch/local-engine/Functions/KapYmdIntBetween.h | 1 + 2 files changed, 2 insertions(+) diff --git a/cpp-ch/local-engine/Functions/KapMonthsBetween.h b/cpp-ch/local-engine/Functions/KapMonthsBetween.h index 227c37adeb..86409e6587 100644 --- a/cpp-ch/local-engine/Functions/KapMonthsBetween.h +++ b/cpp-ch/local-engine/Functions/KapMonthsBetween.h @@ -33,6 +33,7 @@ namespace ErrorCodes { extern const int NUMBER_OF_ARGUMENTS_DOESNT_MATCH; extern const int NOT_IMPLEMENTED; +extern const int ILLEGAL_TYPE_OF_ARGUMENT; } } diff --git a/cpp-ch/local-engine/Functions/KapYmdIntBetween.h b/cpp-ch/local-engine/Functions/KapYmdIntBetween.h index 17a5b20046..4c78c63232 100644 --- a/cpp-ch/local-engine/Functions/KapYmdIntBetween.h +++ b/cpp-ch/local-engine/Functions/KapYmdIntBetween.h @@ -35,6 +35,7 @@ namespace ErrorCodes { extern const int NUMBER_OF_ARGUMENTS_DOESNT_MATCH; extern const int NOT_IMPLEMENTED; +extern const int ILLEGAL_TYPE_OF_ARGUMENT; } } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
