Commits


Oscar Westra van Holthe - Kind authored and GitHub committed abe6d421e82
AVRO-2123: Java duration logical type (#2520) This adds a new `java.time.TemporalAmount` implementation, which supports the Avro `duration` logical type (neither `java.time.Period` nor `java.time.Duration` support it). This type is then used in the conversion for the (new) logical type implementation "duration". Last, the logical type "uuid" is refactored to include validation.