Skip to content

Conversation

@misolt
Copy link
Member

@misolt misolt commented Nov 24, 2025

The lines:

  // AbstractOozieJobsTask.java
  if (record[i] != null && record[i] instanceof List) {
    // write Actions arrays as json string in csv
    record[i] = objectMapper.writeValueAsString(record[i]);

show up as covered in jacoco, but after removing them the tests still pass.

Add class-specific tests for AbstractOozieJobsTask to ensure that validation is correct.

@misolt misolt merged commit 2c62f53 into google:main Nov 25, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants