izemlyanskiy commented on a change in pull request #1584:
URL: https://github.com/apache/avro/pull/1584#discussion_r824924078
##########
File path: lang/java/avro/src/test/java/org/apache/avro/TestLogicalType.java
##########
@@ -59,8 +59,7 @@ public void testDecimalWithNonByteArrayTypes() {
Schema.createEnum("Enum", null, null, Arrays.asList("a", "b")),
Schema.createUnion(Arrays.asList(Schema.create(Schema.Type.BYTES),
Schema.createFixed("fixed", null, null, 4))),
Schema.create(Schema.Type.BOOLEAN), Schema.create(Schema.Type.INT),
Schema.create(Schema.Type.LONG),
- Schema.create(Schema.Type.FLOAT), Schema.create(Schema.Type.DOUBLE),
Schema.create(Schema.Type.NULL),
- Schema.create(Schema.Type.STRING) };
+ Schema.create(Schema.Type.FLOAT), Schema.create(Schema.Type.DOUBLE),
Schema.create(Schema.Type.NULL) };
Review comment:
good point, will change shortly
--
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]