Skip to content

Conversation

S3tuit
Copy link
Contributor

@S3tuit S3tuit commented Oct 14, 2025

  • Support JSON input field in JsonInput
  • JSON Better interoperability with relational DBs and MongoDB
  • Add unit and integration tests
  • Complete the implementation of ValueMetaJson

Closes #5755.

Note: fix small bug in Round2 too.


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Run mvn clean install apache-rat:check to make sure basic checks pass. A more thorough check will be performed on your pull request automatically.
  • If you have a group of commits related to the same change, please squash your commits into one and force push your branch using git rebase -i.
  • Mention the appropriate issue in your description (for example: addresses #123), if applicable.

To make clear that you license your contribution under the Apache License Version 2.0, January 2004
you have to acknowledge this by using the following check-box.

@S3tuit S3tuit changed the title Issue 5755 Implement JSON type support across core transforms #5755 Oct 14, 2025
@S3tuit
Copy link
Contributor Author

S3tuit commented Oct 14, 2025

This merge also updates the Round2 getCode value, as it occasionally caused build failures in CalculatorMetaTest. The issue occurred because both Round1 and Round2 previously shared the same code.

@hansva
Copy link
Contributor

hansva commented Oct 16, 2025

Beautiful work @S3tuit!

@hansva hansva merged commit 9574a84 into apache:main Oct 16, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement JSON type support across core transforms

2 participants