This is an automated email from the ASF dual-hosted git repository.
starocean999 pushed a commit to branch test_email
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/test_email by this push:
new 0c14f02146c test mail (#43683)
0c14f02146c is described below
commit 0c14f02146cf01d6b653abdda01fdfa07b89e613
Author: starocean999 <[email protected]>
AuthorDate: Tue Nov 12 12:32:14 2024 +0800
test mail (#43683)
### 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. -->
- [ ] 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 -->
---
regression-test/suites/nereids_p0/load.groovy | 1 +
1 file changed, 1 insertion(+)
diff --git a/regression-test/suites/nereids_p0/load.groovy
b/regression-test/suites/nereids_p0/load.groovy
index 649195671bf..7bab5b3c120 100644
--- a/regression-test/suites/nereids_p0/load.groovy
+++ b/regression-test/suites/nereids_p0/load.groovy
@@ -21,6 +21,7 @@ suite("load") {
sql "DROP DATABASE IF EXISTS ${dbName}"
sql "CREATE DATABASE ${dbName}"
sql "USE $dbName"
+
sql """
CREATE TABLE IF NOT EXISTS `baseall` (
`k0` boolean null comment "",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]