satybald commented on a change in pull request #8098: Kafka lookup custom Json 
and Jq extractor
URL: https://github.com/apache/incubator-druid/pull/8098#discussion_r304843675
 
 

 ##########
 File path: 
extensions-core/lookups-cached-global/src/main/java/org/apache/druid/query/lookup/namespace/UriExtractionNamespace.java
 ##########
 @@ -77,19 +77,19 @@
 
   @JsonCreator
   public UriExtractionNamespace(
-      @JsonProperty(value = "uri", required = false)
-          URI uri,
-      @JsonProperty(value = "uriPrefix", required = false)
-          URI uriPrefix,
-      @JsonProperty(value = "fileRegex", required = false)
-          String fileRegex,
-      @JsonProperty(value = "namespaceParseSpec", required = true)
-          FlatDataParser namespaceParseSpec,
-      @Min(0) @Nullable @JsonProperty(value = "pollPeriod", required = false)
-          Period pollPeriod,
-      @Deprecated
-      @JsonProperty(value = "versionRegex", required = false)
-          String versionRegex
+          @JsonProperty(value = "uri", required = false)
 
 Review comment:
   I'll remove this added new space. 

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to