vishnuprakaz opened a new pull request, #815:
URL: https://github.com/apache/flink-agents/pull/815

   <!--
     * Thank you very much for contributing to Flink Agents.
     * Please add the relevant components in the PR title. E.g., [api], 
[runtime], [java], [python], [hotfix], etc.
     -->
   
     <!-- Please link the PR to the relevant issue(s). Hotfix doesn't need 
this. -->
     Linked issue: #814
   
     ### Purpose of change
   
     The four schema-conversion helpers in `api/tools/utils.py` (used by the
     Java/Python tool bridge) had no direct unit tests. This adds tests for 
them.
   
     ### Tests
   
     Added `python/flink_agents/api/tools/tests/test_utils.py` with 15 unit 
tests
     covering all four functions, including a round-trip test for the inverse 
pair.
     Locally `pytest` and `ruff check`check all pass.
   
     ### API
   
     No public API changes.
   
     ### Documentation
   
     <!-- Do not remove this section. Check the proper box only. -->
   
     - [ ] `doc-needed` <!-- Your PR changes impact docs -->
     - [x] `doc-not-needed` <!-- Your PR changes do not impact docs -->
     - [ ] `doc-included` <!-- Your PR already contains the necessary 
documentation updates -->


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

Reply via email to