voonhous commented on code in PR #17969:
URL: https://github.com/apache/hudi/pull/17969#discussion_r2717066718


##########
hudi-spark-datasource/hudi-spark/src/test/java/org/apache/hudi/functional/TestBootstrap.java:
##########
@@ -371,6 +398,124 @@ public void testMetadataAndFullBootstrapWithUpdatesMOR() 
throws Exception {
     testBootstrapCommon(true, true, EffectiveMode.MIXED_BOOTSTRAP_MODE);
   }
 
+  /**
+   * End-to-end test for metadata-only (non-full) bootstrap with non-nullable 
fields in the (source) parquet table:
+   * 1. Write a parquet table
+   * 2. Perform metadata-only bootstrap
+   * 3. Read the bootstrapped table
+   * 4. Perform an update and verify
+   */
+  @Test
+  public void testMetadataOnlyBootstrapEndToEndWithNonNullableFields() throws 
Exception {

Review Comment:
   DoneWill refactor and extract common repeated code, e.g. config generation.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to