This is an automated email from the ASF dual-hosted git repository.

suxiaogang223 pushed a commit to branch codex/paimon-variant-write
in repository https://gitbox.apache.org/repos/asf/doris.git

commit 81a2a0e3fce6f3240885346736835b835afdfa29
Author: suxiaogang <[email protected]>
AuthorDate: Mon Aug 10 11:41:28 2026 +0800

    [fix](variant) Update decimal256 cast error expectation
---
 regression-test/suites/variant_p0/test_variant_equality_contexts.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/regression-test/suites/variant_p0/test_variant_equality_contexts.groovy 
b/regression-test/suites/variant_p0/test_variant_equality_contexts.groovy
index 050aaa56667..7c74c725080 100644
--- a/regression-test/suites/variant_p0/test_variant_equality_contexts.groovy
+++ b/regression-test/suites/variant_p0/test_variant_equality_contexts.groovy
@@ -165,7 +165,7 @@ suite("test_variant_equality_contexts", "p0,nonConcurrent") 
{
 
     test {
         sql "SELECT CAST(CAST(1.23 AS DECIMAL(76, 2)) AS VARIANT)"
-        exception "to Variant V2 is not supported"
+        exception "cannot cast DECIMALV3(76, 2) to variant"
     }
 
     order_qt_intersect_encoded_canonical_numeric """


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to