KKcorps commented on code in PR #10214:
URL: https://github.com/apache/pinot/pull/10214#discussion_r1106703542


##########
pinot-common/src/main/java/org/apache/pinot/common/datablock/MetadataBlock.java:
##########
@@ -76,15 +78,23 @@ public enum MetadataBlockType {
   static class Contents {
 
     private String _type;
+    private Map<String, String> _stats;
+
+//    @JsonCreator
+//    public Contents(@JsonProperty("type") String type) {
+//      _type = type;
+//    }

Review Comment:
   Error in jackson with two seperate constructors.



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


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

Reply via email to