hudi icon indicating copy to clipboard operation
hudi copied to clipboard

[MINOR] TestPositionBasedFileGroupRecordBuffer setup fixes

Open the-other-tim-brown opened this issue 5 months ago • 1 comments

Change Logs

The TestPositionBasedFileGroupRecordBuffer currently extends TestHoodieFileGroupReaderOnSpark which causes the tests in TestHoodieFileGroupReaderOnSpark to be run twice, increasing run time in CI. The PR avoids extending that class and instead extends SparkClientFunctionalTestHarness.

Impact

Avoids running tests twice

Risk level (write none, low medium or high below)

None

Documentation Update

Describe any necessary documentation update if there is any new feature, config, or user-facing change. If not, put "none".

  • The config description must be updated if new configs are added or the default value of the configs are changed
  • Any new feature or user-facing change requires updating the Hudi website. Please create a Jira ticket, attach the ticket number here and follow the instruction to make changes to the website.

Contributor's checklist

  • [x] Read through contributor's guide
  • [x] Change Logs and Impact were stated clearly
  • [x] Adequate tests were added if applicable
  • [x] CI passed

the-other-tim-brown avatar Jun 12 '25 16:06 the-other-tim-brown

CI report:

  • 87a8d1f1dc0c8d95fad94aaa711032dbd5de0369 Azure: SUCCESS
Bot commands @hudi-bot supports the following commands:
  • @hudi-bot run azure re-run the last Azure build

hudi-bot avatar Jun 26 '25 19:06 hudi-bot