linliu-code commented on PR #18770: URL: https://github.com/apache/hudi/pull/18770#issuecomment-4484566809
Filling a coverage gap in the test class. The original five tests only exercised string-typed, non-null, single-column partitioning. Pushed commit \`b8718e8\` adding three tests that hit the remaining \`setConstantPartitionValue\` branches: | Test | Branch exercised | |---|---| | \`testCountStarWithNullPartitionValue\` | \`setNull()\` — some rows routed to \`__HIVE_DEFAULT_PARTITION__\` | | \`testCountStarWithIntegerPartition\` | \`setInt\` — partition column typed as Int | | \`testCountStarWithMultiplePartitionColumns\` | Multi-vector batch packing — two partition cols (String + Int) | All 8 tests now pass locally: \`tests=8 errors=0 failures=0\` (24.6s). -- 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]
