gargvishesh commented on code in PR #16778:
URL: https://github.com/apache/druid/pull/16778#discussion_r1687462722


##########
server/src/main/java/org/apache/druid/segment/indexing/DataSchema.java:
##########
@@ -123,6 +126,30 @@ public DataSchema(
     }
   }
 
+  public DataSchema(
+      @JsonProperty("dataSource") String dataSource,

Review Comment:
   Added the new constructor to handle the new field and retained the previous 
one to not have to change the heavily used signature everywhere -- primarily 
because this would be a temporary fix. Will remove the `@JsonProperty` part 
however.



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