tisonkun commented on code in PR #6868:
URL: https://github.com/apache/pulsar/pull/6868#discussion_r1171562353
##########
pulsar-functions/instance/src/main/java/org/apache/pulsar/functions/source/TopicSchema.java:
##########
@@ -44,6 +45,8 @@
@Slf4j
public class TopicSchema {
+ public static final String JSR_310_CONVERSION_ENABLED =
"jsr310ConversionEnabled";
+ public static final String ALWAYS_ALLOW_NULL = "alwaysAllowNull";
Review Comment:
I don't find any references to these fields on the master branch now.
@315157973 do you remember why we add these lines 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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]