This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new 80291300985 branch-4.0: [regression](fix) move test out file position
(#58689) (#60326)
80291300985 is described below
commit 80291300985ccf450b2b469b0accc1d72d168229
Author: TengJianPing <[email protected]>
AuthorDate: Thu Jan 29 10:18:29 2026 +0800
branch-4.0: [regression](fix) move test out file position (#58689) (#60326)
### What problem does this PR solve?
Issue Number: close #xxx
Cherry-picked from #58689
Problem Summary:
### Release note
None
### Check List (For Author)
- Test <!-- At least one of them must be included. -->
- [ ] 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:
https://github.com/apache/doris-website/pull/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 -->
---
.../cast/to_decimal/from_int/test_cast_to_decimalv2_from_int.out | 0
.../cast/to_decimal/from_int/test_cast_to_decimalv2_from_int_const.out | 0
2 files changed, 0 insertions(+), 0 deletions(-)
diff --git
a/regression-test/data/function_p0/cast/to_decimal/from_int/test_cast_to_decimalv2_from_int.out
b/regression-test/data/function_p2/cast/to_decimal/from_int/test_cast_to_decimalv2_from_int.out
similarity index 100%
rename from
regression-test/data/function_p0/cast/to_decimal/from_int/test_cast_to_decimalv2_from_int.out
rename to
regression-test/data/function_p2/cast/to_decimal/from_int/test_cast_to_decimalv2_from_int.out
diff --git
a/regression-test/data/function_p0/cast/to_decimal/from_int/test_cast_to_decimalv2_from_int_const.out
b/regression-test/data/function_p2/cast/to_decimal/from_int/test_cast_to_decimalv2_from_int_const.out
similarity index 100%
rename from
regression-test/data/function_p0/cast/to_decimal/from_int/test_cast_to_decimalv2_from_int_const.out
rename to
regression-test/data/function_p2/cast/to_decimal/from_int/test_cast_to_decimalv2_from_int_const.out
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]