jerrypeng commented on a change in pull request #2445: Remove schema validator
from annotations
URL: https://github.com/apache/incubator-pulsar/pull/2445#discussion_r212858460
##########
File path:
pulsar-functions/utils/src/main/java/org/apache/pulsar/functions/utils/SourceConfig.java
##########
@@ -58,7 +58,6 @@
@isImplementationOfClass(implementsClass = SerDe.class)
private String serdeClassName;
- @isImplementationOfClass(implementsClass = Schema.class)
Review comment:
I see, can we implement a validator to check for those?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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