-
Notifications
You must be signed in to change notification settings - Fork 269
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
DataException: Invalid type for INT64: class java.lang.Integer
on connect.default
for int64 Avro type
#1740
Comments
DataException: Invalid type for INT64: class java.lang.Integer
on connect.default
for int64 Avro type
@EricWittmann would it be possible to triage this and get it prioritized? This is hindering some functionality on our side. |
Hi @drnushooz, Eric is on PTO, I'll take a look at the linked PR. |
Thank you. |
Is there a tentative schedule for the next maintenance release? |
Our next upstream release will be 2.1.0. We'll be able to release that soon. Perhaps as early as Friday of this week. |
Didn't get a chance to plan and execute the release today - I am optimistic it can be done Monday. |
OK we've done a release of 2.1.0.RC1 - this is a release candidate. We would very much appreciate it if interested parties could give it a try and give us your feedback. |
Thanks, I will pull this release into our dev environment and test it. |
I will be very interested in your experience, since this is a minor release with some non-trivial changes. Nothing should be breaking, but we may have messed up somewhere along the way. Please report back with any issues and we'll get them fixed before |
@EricWittmann @drnushooz
ERROR:
|
That
This is expected. You're using a converters version without the fix. You need to update from 2.0.0-SNAPSHOT to, at least, 2.1.0.Final. |
@HelloSunilSaini you can find the latest version of the connector on Maven Central https://mvnrepository.com/artifact/io.apicurio/apicurio-registry-distro-connect-converter/2.3.1.Final |
There is an issue with Avro 1.9+ where if a field of type long has connect.default property, e.g.
then AvroData.toConnectSchema throws
The text was updated successfully, but these errors were encountered: