Skip to content

Commit c31fed6

Browse files
authored
[fix](varaint) fix doc mode regresssion case (#61716)
### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) - Test <!-- At least one of them must be included. --> - [x] Regression test - [ ] Unit Test - [ ] Manual test (add detailed scripts or steps below) - [ ] No need to test or manual test. Explain why: - [ ] This is a refactor/code format and no logic has been changed. - [ ] Previous test can cover this change. - [ ] No code files have been changed. - [ ] Other reason <!-- Add your reason? --> - Behavior changed: - [ ] No. - [ ] Yes. <!-- Explain the behavior change --> - Does this need documentation? - [ ] No. - [ ] Yes. <!-- Add document PR link here. eg: apache/doris-website#1214 --> ### Check List (For Reviewer who merge this PR) - [ ] Confirm the release note - [ ] Confirm test cases - [ ] Confirm document - [ ] Add branch pick label <!-- Add branch pick label that this PR should merge into -->
1 parent 4616202 commit c31fed6

File tree

1 file changed

+1
-1
lines changed
  • regression-test/suites/variant_p1/doc_snapshot

1 file changed

+1
-1
lines changed

regression-test/suites/variant_p1/doc_snapshot/load.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ suite("predefine_type_multi_index_doc_value", "p1"){
6666
MATCH_NAME 'actor.login' : string,
6767
MATCH_NAME 'type' : string,
6868
MATCH_NAME 'payload.action' : string,
69-
MATCH_NAME 'created_at' : datetime,
69+
MATCH_NAME 'created_at' : string,
7070
MATCH_NAME 'payload.issue.number' : int,
7171
MATCH_NAME 'payload.comment.body' : string,
7272
MATCH_NAME 'type.name' : string

0 commit comments

Comments
 (0)