You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/02/03 08:27:12 UTC

[GitHub] [incubator-doris] EmmyMiao87 commented on issue #2824: [Load] Fix bug of wrong file group aggregation when handling broker load job

EmmyMiao87 commented on issue #2824: [Load] Fix bug of wrong file group aggregation when handling broker load job
URL: https://github.com/apache/incubator-doris/pull/2824#issuecomment-581293682
 
 
   If the use has two different partition info with the same table such as  file1->p1,p3, file2->p1,p2 , user should submit the load job such as file1->p1 , file1->p3, file2->p1, file2->p2.
   In this situation, there are four loading task instead of two of them. 
   Why don't you use the old struct such as Map<tableId, List<LoadInfo>>?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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