pbajpai21 opened a new pull request, #18125:
URL: https://github.com/apache/iceberg/pull/18125

   Added UTs for `ManifestEntriesTableTaskParser`, which previously had no test 
coverage.
   
   The test file `TestManifestEntriesTableTaskParser` mirrors the existing test
   `TestFilesTableTaskParser`:
   - `nullCheck` — validates the `toJson`/`fromJson` precondition guards.
   - `invalidJsonNode` — validates rejection of non-object JSON nodes.
   - `testParser` — full round-trip through `ScanTaskParser` (task → JSON → 
task),
     asserting both the serialized JSON and field-by-field task equality.


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to