Skip to content

Conversation

@sollhui
Copy link
Contributor

@sollhui sollhui commented Dec 1, 2025

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 -->
@sollhui sollhui requested a review from morrySnow as a code owner December 1, 2025 03:41
@Thearas
Copy link
Contributor

Thearas commented Dec 1, 2025

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
Contributor Author

sollhui commented Dec 1, 2025

run buildall

@sollhui sollhui 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
@morrySnow morrySnow 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 #57362 Dec 1, 2025
@morrySnow morrySnow merged commit bdf570e into apache:branch-3.1 Dec 1, 2025
24 checks passed
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.

3 participants