From d7a5ac1ed695a2e9e3a3c4da3fb08c791bfcc98f Mon Sep 17 00:00:00 2001 From: rui-mo Date: Wed, 31 Jan 2024 10:41:17 +0800 Subject: [PATCH] test --- velox/type/tests/DecimalTest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/velox/type/tests/DecimalTest.cpp b/velox/type/tests/DecimalTest.cpp index 588970113a94..21ea7baee98e 100644 --- a/velox/type/tests/DecimalTest.cpp +++ b/velox/type/tests/DecimalTest.cpp @@ -484,5 +484,6 @@ TEST(DecimalTest, rescaleReal) { assertRescaleFloatingPointFail( 99999.99, DECIMAL(6, 4), "Result cannot fit in the given precision 6."); } + } // namespace } // namespace facebook::velox