Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AVRO-3779: big decimal to 1.11 branch #2584

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

clesaec
Copy link
Contributor

@clesaec clesaec commented Nov 15, 2023

What is the purpose of the change

Report AVRO-3779 from main to 1.11 branch. New feature for big decimal conversion.
This conversions, added to existing, allow to deal with completly random big decimal value. Value is store in byte buffer, completly non human readable, but keep the value.

Verifying this change

Same unit test as for main branch

Documentation

  • Does this pull request introduce a new feature? (yes)
  • If yes, how is the feature documented? (docs)

@github-actions github-actions bot added Java Pull Requests for Java binding website labels Nov 15, 2023
@martin-g
Copy link
Member

martin-g commented Nov 15, 2023

If this is approved for branch-1.11 then we should backport the change for the Rust SDK as well!
Although I think it is time for Avro 1.12 !

@clesaec
Copy link
Contributor Author

clesaec commented Nov 16, 2023

I don't know when 1.12 is planned. In the mean time, i made PR for 1.11 in rust; in case 1.12 would be to far.

@clesaec clesaec merged commit ddfd3ea into apache:branch-1.11 Nov 20, 2023
1 check passed
@rotilho-bv
Copy link

Super thanks @clesaec !!!

@opwvhk I'm not able to infer the release cadence based on the latest releases. Do you guys have any ETA for the 1.11.4 release?

@opwvhk
Copy link
Contributor

opwvhk commented Nov 24, 2023

Sorry, no. There is no official cadence, as far as I know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Java Pull Requests for Java binding website
Projects
None yet
4 participants