Technoboy- commented on code in PR #15571:
URL: https://github.com/apache/pulsar/pull/15571#discussion_r877088728
##########
pulsar-sql/presto-pulsar/src/main/java/org/apache/pulsar/sql/presto/PulsarConnectorConfig.java:
##########
@@ -63,6 +64,8 @@ public class PulsarConnectorConfig implements AutoCloseable {
private boolean namespaceDelimiterRewriteEnable = false;
private String rewriteNamespaceDelimiter = "/";
+ private boolean authorizationEnable = false;
Review Comment:
authorizationEnable -> authorizationEnabled
--
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]