rangareddy commented on issue #15352: URL: https://github.com/apache/hudi/issues/15352#issuecomment-4903004900
This issue was reviewed as part of the JIRA-migrated backlog triage. Findings: the requested test coverage already exists. `TestHoodieDeltaStreamer.testBulkInsertsAndUpsertsWithBootstrap` (hudi-utilities `.../deltastreamer/TestHoodieDeltaStreamer.java`) bootstraps a **non-Hudi parquet dataset** (partitioned by `rider`) through HoodieDeltaStreamer (`runBootstrap=true`, `hoodie.bootstrap.base.path`) into a **COW** table (the default table type used by the test), and validates the record count, distinct record keys, and the resulting schema (Hudi meta columns + all source fields). It runs for both AVRO and SPARK record types. So DeltaStreamer + non-Hudi-partition bootstrap on COW is covered. Closing as 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
