This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.1 by this push:
new 3b4a9c9c90f branch-4.1: [fix](varaint) fix doc mode regresssion case
#61716 (#61750)
3b4a9c9c90f is described below
commit 3b4a9c9c90f266955b121815a83289309f6d4b0b
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 26 18:03:25 2026 +0800
branch-4.1: [fix](varaint) fix doc mode regresssion case #61716 (#61750)
Cherry-picked from #61716
Co-authored-by: Chenyang Sun <[email protected]>
---
regression-test/suites/variant_p1/doc_snapshot/load.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/regression-test/suites/variant_p1/doc_snapshot/load.groovy
b/regression-test/suites/variant_p1/doc_snapshot/load.groovy
index 8db8e0b9731..afc17472be5 100644
--- a/regression-test/suites/variant_p1/doc_snapshot/load.groovy
+++ b/regression-test/suites/variant_p1/doc_snapshot/load.groovy
@@ -66,7 +66,7 @@ suite("predefine_type_multi_index_doc_value", "p1"){
MATCH_NAME 'actor.login' : string,
MATCH_NAME 'type' : string,
MATCH_NAME 'payload.action' : string,
- MATCH_NAME 'created_at' : datetime,
+ MATCH_NAME 'created_at' : string,
MATCH_NAME 'payload.issue.number' : int,
MATCH_NAME 'payload.comment.body' : string,
MATCH_NAME 'type.name' : string
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]