Commits


Kyle Carter authored and GitHub committed 3c466ee0c7e
AVRO-3377: Deserialization of record of mangled Java class throws ClassCastException (#1527) * AVRO-3377: Mangle class identifier if required when initializing class Use same mangling code that existed in the compiler (now moved to the core library) to mangle type identifer so that the correct class can be found more often. * Cleaning up after merge