caiconghui opened a new issue, #22429:
URL: https://github.com/apache/doris/issues/22429

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Version
   
   master and 1.2 
   
   ### What's Wrong?
   
   1.2  的broker load 当出现多个file group写 一个表的时候,会出现 report error status: 
[INTERNAL_ERROR]Unknown source slot descriptor, slot_id=xxx to 
coordinator的错误。。如果关闭新的load 那么导入orc的时候时区不对。。
   
   load label demo
    (DATA INFILE('hdfs://xxx/xxx/path1/*')
    INTO TABLE test
    PARTITION (p2023)
    FORMAT AS 'orc'
    (col1, col2, col3, col4) set (col1=col1, col2=col2, col3=col3, col4=col4), 
    DATA INFILE('hdfs://xxx/xxx/path2/*')
    INTO TABLE test
    PARTITION (p2023)
    FORMAT AS 'orc'
    (col1, col2, col3, col4) set (col1=col1, col2=col2, col3=col3, col4=col4), 
    DATA INFILE('hdfs://xxx/xxx/path3/*')
    INTO TABLE test
    PARTITION (p2023)
    FORMAT AS 'orc'
    (col1, col2, col3, col4) set (col1=col1, col2=col2, col3=col3, col4=col4)
    ,
    ) WITH BROKER hdfs_broker();
   
   ### What You Expected?
   
   not report error
   
   ### How to Reproduce?
   
   load label demo
    (DATA INFILE('hdfs://xxx/xxx/path1/*')
    INTO TABLE test
    PARTITION (p2023)
    FORMAT AS 'orc'
    (col1, col2, col3, col4) set (col1=col1, col2=col2, col3=col3, col4=col4), 
    DATA INFILE('hdfs://xxx/xxx/path2/*')
    INTO TABLE test
    PARTITION (p2023)
    FORMAT AS 'orc'
    (col1, col2, col3, col4) set (col1=col1, col2=col2, col3=col3, col4=col4), 
    DATA INFILE('hdfs://xxx/xxx/path3/*')
    INTO TABLE test
    PARTITION (p2023)
    FORMAT AS 'orc'
    (col1, col2, col3, col4) set (col1=col1, col2=col2, col3=col3, col4=col4)
    ,
    ) WITH BROKER hdfs_broker();
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to