Skip to content

Commit

Permalink
add the comments at computeFragmentHosts func in Coordinator.java
Browse files Browse the repository at this point in the history
add the comments at computeFragmentHosts for my learn.
  • Loading branch information
zhangm365 authored Sep 4, 2024
1 parent 9a92b4c commit 283ff42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1752,7 +1752,7 @@ protected void computeFragmentHosts() throws Exception {
PlanFragment fragment = fragments.get(i);
FragmentExecParams params = fragmentExecParamsMap.get(fragment.getFragmentId());

if (fragment.getDataPartition() == DataPartition.UNPARTITIONED) {
if (fragment.getDataPartition() == DataPartition.UNPARTITIONED) { // RANDOM, false.
Reference<Long> backendIdRef = new Reference<Long>();
TNetworkAddress execHostport;
if (groupCommitBackend != null) {
Expand Down

0 comments on commit 283ff42

Please sign in to comment.