Skip to content

Commit 1ef5068

Browse files
authored
fix recursive cte p0 case (#59402)
fix recursive cte p0 case [test](cte)add recursive cte test case ### 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: 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 9e69024 commit 1ef5068

9 files changed

+13
-551
lines changed

regression-test/suites/recursive_cte/column_attribute_null_test.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// specific language governing permissions and limitations
1616
// under the License.
1717

18-
suite("column_attribute_null_test") {
18+
suite("column_attribute_null_test", "rec_cte") {
1919

2020
String db = context.config.getDbNameByFile(context.file)
2121
def prefix_str = "column_attribute_null_"

0 commit comments

Comments
 (0)