You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2021/11/02 02:20:38 UTC

[GitHub] [hudi] nsivabalan commented on a change in pull request #3901: [HUDI-2662] Downloads from Nexus Pentaho repo taking too long

nsivabalan commented on a change in pull request #3901:
URL: https://github.com/apache/hudi/pull/3901#discussion_r740675248



##########
File path: hudi-common/src/main/java/org/apache/hudi/metadata/HoodieBackedTableMetadata.java
##########
@@ -165,6 +165,10 @@ private void initIfNeeded() {
           logRecords.put(entry.getKey(), entry.getValue());
         }
       }
+    } else {

Review comment:
       a test was failing in CI and so I fixed it in this patch. Did not want to land this patch with failing CI. I thought of putting up a separate patch, but the other one will depend on this patch since tests might time out. 




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

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