TheNeuralBit commented on a change in pull request #12827:
URL: https://github.com/apache/beam/pull/12827#discussion_r495148527
##########
File path:
sdks/java/extensions/sql/src/test/java/org/apache/beam/sdk/extensions/sql/meta/provider/kafka/BeamKafkaTableTest.java
##########
@@ -184,24 +185,11 @@ private static Schema genSchema() {
.build());
}
- private static class String2KvBytes extends DoFn<String, KV<byte[], byte[]>>
+ protected static class String2KvBytes extends DoFn<String, KV<byte[],
byte[]>>
Review comment:
Ohh ok sorry about that. I'm fine with just making it protected here
----------------------------------------------------------------
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]