You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/09/26 09:30:14 UTC

[GitHub] [incubator-seatunnel] zhaomin1423 commented on pull request #2886: Fix redundant assignment

zhaomin1423 commented on PR #2886:
URL: https://github.com/apache/incubator-seatunnel/pull/2886#issuecomment-1257756179

   > ```java
   > Serializable[][] parameterValues = getParameterValues(partitionParameter.minValue, partitionParameter.maxValue, parallelism);
   > ```
   > 
   > Can you help move this logic into `KuduSourceSplitEnumerator.open()`? Why need execute every time when registerReader() be called?
   
   Good find, done.


-- 
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-unsubscribe@seatunnel.apache.org

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