atoomula commented on a change in pull request #1401:
URL: https://github.com/apache/samza/pull/1401#discussion_r457606486
##########
File path:
samza-sql/src/test/java/org/apache/samza/sql/avro/TestAvroRelConversion.java
##########
@@ -231,6 +240,42 @@ public void testComplexRecordConversion() throws
IOException {
validateAvroSerializedData(serializedData, testStrValue);
}
+ @Test
+ public void testComplexUnionConversionShouldWorkWithBothStringAndIntTypes()
throws Exception {
Review comment:
Were you able to repro the issue with this unit test by having the older
changes (with cached schema) ?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]