Skip to content

branch-4.0: [fix](outfile) fix analysis error when specifying parquet schema #57232#57493

Merged
yiguolei merged 1 commit intobranch-4.0from
auto-pick-57232-branch-4.0
Oct 31, 2025
Merged

branch-4.0: [fix](outfile) fix analysis error when specifying parquet schema #57232#57493
yiguolei merged 1 commit intobranch-4.0from
auto-pick-57232-branch-4.0

Conversation

@github-actions
Copy link
Contributor

Cherry-picked from #57232

)

### What problem does this PR solve?

Related PR: #33016

Introduced from #33016, when specify the "schema" property in outfile
clause with parquet format,
it will return error:
```
Parquet schema number does not equal to select item number
```

This is because we wrongly analyze `OutfileClause` twice.
@github-actions github-actions bot requested a review from yiguolei as a code owner October 30, 2025 06:20
@hello-stephen
Copy link
Contributor

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR.

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@dataroaring dataroaring reopened this Oct 30, 2025
@hello-stephen
Copy link
Contributor

run buildall

@hello-stephen
Copy link
Contributor

FE UT Coverage Report

Increment line coverage `` 🎉
Increment coverage report
Complete coverage report

1 similar comment
@hello-stephen
Copy link
Contributor

FE UT Coverage Report

Increment line coverage `` 🎉
Increment coverage report
Complete coverage report

@yiguolei yiguolei merged commit e492bfa into branch-4.0 Oct 31, 2025
25 of 27 checks passed
@github-actions github-actions bot deleted the auto-pick-57232-branch-4.0 branch October 31, 2025 04:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants