Skip to content

branch-3.1: [fix](nereids) fix copy into load orc/parquet format fail #57362 - #58551

Merged
morrySnow merged 1 commit into
apache:branch-3.1from
sollhui:pick_fba8f6a
Dec 1, 2025
Merged

branch-3.1: [fix](nereids) fix copy into load orc/parquet format fail #57362#58551
morrySnow merged 1 commit into
apache:branch-3.1from
sollhui:pick_fba8f6a

Conversation

@sollhui

@sollhuisollhui commented Dec 1, 2025

Copy link
Copy Markdown
Contributor

picked from #57362

introduced by apache#50471
Fix copy into load orc/parquet format fail:
```
mysql> copy into orc_test from (select p_partkey, p_name, p_mfgr, p_brand, p_type, p_size from @regression_test_customer('copy_into/orc/part.orc') ) properties ('file.type' = 'orc', 'copy.async' = 'false');
ERROR 1105 (HY000): errCode = 2, detailMessage = Cannot invoke "String.toLowerCase()" because the return value of "java.util.Map.get(Object)" is null
```
None
- 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 -->
- [ ] Confirm the release note
- [ ] Confirm test cases
- [ ] Confirm document
- [ ] Add branch pick label <!-- Add branch pick label that this PR
should merge into -->
@Thearas

Copy link
Copy Markdown
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?

@sollhui

Copy link
Copy Markdown
ContributorAuthor

run buildall

@sollhuisollhui changed the title [fix](nereids) fix copy into load orc/parquet format fail (#57362)branch-3.1: [fix](nereids) fix copy into load orc/parquet format fail (#57362)Dec 1, 2025
@morrySnowmorrySnow changed the title branch-3.1: [fix](nereids) fix copy into load orc/parquet format fail (#57362)branch-3.1: [fix](nereids) fix copy into load orc/parquet format fail #57362Dec 1, 2025
@morrySnow
morrySnow merged commit bdf570e into apache:branch-3.1Dec 1, 2025
24 checks passed
@morrySnowmorrySnow mentioned this pull request Dec 24, 2025
Sign up for freeto 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.

3 participants

@sollhui@Thearas@morrySnow