You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/03/06 12:15:10 UTC

[GitHub] [arrow-datafusion] liukun4515 commented on pull request #1912: Refactor the event channel

liukun4515 commented on pull request #1912:
URL: https://github.com/apache/arrow-datafusion/pull/1912#issuecomment-1059951963


   > Thanks @yahoNanJing -- I skimmed this PR and the basic idea of breaking the system down into smaller modules I think is a great direction.
   > 
   > One thing I wanted to mention that might help with review / merge speed in the future is to break such refactoring PRs into two parts:
   > 
   > 1. A PR that just moves code around / breaks up files but doesn't change behavior
   > 2. The PR that changes behavior
   > 
   > The reason is that often moving files around causes large diffs in github but if there is no change in behavior can be straightforward to review / merge
   > 
   > The changes in behavior may take some more thought / comment and can be harder to understand in a larger diff.
   > 
   > Also, a larger PR has a greater chance to accumulate conflicts so if behavior changes get delayed in review, that can also cause issues
   
   I think we can review this pull request after rebase.
   @alamb 


-- 
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: github-unsubscribe@arrow.apache.org

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