JozoVilcek commented on a change in pull request #13166:
URL: https://github.com/apache/beam/pull/13166#discussion_r516925444
##########
File path:
sdks/java/io/hadoop-format/src/test/java/org/apache/beam/sdk/io/hadoop/format/HadoopFormatIOReadTest.java
##########
@@ -229,6 +284,14 @@ public void
testReadObjectCreationFailsIfValueTranslationFunctionIsNull() {
HadoopFormatIO.<Text,
String>read().withConfiguration(serConf.get()).withValueTranslation(null);
}
+ @Test
+ public void testReadObjectCreationFailsIfValueCoderFunctionIsNull() {
Review comment:
I agree. Improved by next commit
----------------------------------------------------------------
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]