JerryYue-M edited a comment on pull request #5007: URL: https://github.com/apache/hudi/pull/5007#issuecomment-1068679281
@danny0405 ,the real problem is this operator just use the the default parallelism of job instead of source parallelism. in some case, we will set parallelism for each operator include source operator. so this function can't chain the source operator, just because it always use the job default parallelism when source don't use the default parallelism of job. if source don't use the default parallelism of job, so do this. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
