This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a commit to branch tpc_preview2 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 606b58f9c1852ab6f92230c03325cb8ecca45c8f Author: BiteTheDDDDt <[email protected]> AuthorDate: Tue Nov 25 13:46:46 2025 +0800 format --- be/test/pipeline/common/set_utils_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/be/test/pipeline/common/set_utils_test.cpp b/be/test/pipeline/common/set_utils_test.cpp index 10a0747008c..bb12a8edb6f 100644 --- a/be/test/pipeline/common/set_utils_test.cpp +++ b/be/test/pipeline/common/set_utils_test.cpp @@ -96,7 +96,7 @@ TEST_F(SetUtilsTest, TestSetDataVariantsInitFixedKeys) { case HashKeyType::fixed72: ASSERT_TRUE(std::holds_alternative<SetFixedKeyHashTableContext<vectorized::UInt72>>( variants.method_variant)); - break; + break; case HashKeyType::fixed128: ASSERT_TRUE(std::holds_alternative<SetFixedKeyHashTableContext<vectorized::UInt128>>( variants.method_variant)); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
