horizonzy commented on PR #2581: URL: https://github.com/apache/avro/pull/2581#issuecomment-1805178620
> Hello! I've added [AVRO-3138](https://issues.apache.org/jira/browse/AVRO-3138) as the relevant JIRA for this feature. There's a bit of discussion about _why_ we sort the field names. It looks like you're implementing "A JVM system property ... triggers the old behaviour", but there are other possibilities for specifying this. > > In this case, it's _possible_ for your test to fail depending on the JVM being used to run it. I have gone through the context. In most projects, they will use Java Reflect to get the fields without order, which means if the user uses Avro and other projects together, and the data is related with the avro and other projects, it may cause the problem that I meet. -- 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]
