shanthoosh commented on a change in pull request #1401:
URL: https://github.com/apache/samza/pull/1401#discussion_r456229000
##########
File path:
samza-sql/src/main/java/org/apache/samza/sql/interfaces/SqlIOConfig.java
##########
@@ -81,11 +81,13 @@ public SqlIOConfig(String systemName, String streamName,
List<String> sourcePart
this.streamId = String.format("%s-%s", systemName, streamName);
samzaRelConverterName = streamConfigs.get(CFG_SAMZA_REL_CONVERTER);
- Validate.notEmpty(samzaRelConverterName, String.format("System %s is not
supported. Please check if the system name is provided correctly.",
systemName));
Review comment:
Done. I just split the long-line so that it doesn't cross the 120
char-limit.
----------------------------------------------------------------
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]