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 08:12:34 UTC

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

Hisoka-X commented on PR #2886:
URL: https://github.com/apache/incubator-seatunnel/pull/2886#issuecomment-1257660564

   ```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?


-- 
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