dxichen commented on a change in pull request #1144: SAMZA-2309: Remove readFn 
requirement for remote tables
URL: https://github.com/apache/samza/pull/1144#discussion_r317291222
 
 

 ##########
 File path: 
samza-api/src/main/java/org/apache/samza/table/descriptors/RemoteTableDescriptor.java
 ##########
 @@ -345,7 +346,6 @@ public String getProviderFactoryClassName() {
 
   @Override
   protected void validate() {
-    Preconditions.checkNotNull(readFn, "TableReadFunction is required.");
 
 Review comment:
   Good catch, added!

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to