shauryachats commented on code in PR #17761:
URL: https://github.com/apache/pinot/pull/17761#discussion_r2854695452


##########
pinot-spi/src/main/java/org/apache/pinot/spi/data/Schema.java:
##########
@@ -889,6 +889,17 @@ public Schema clone() {
     return cloned;
   }
 
+  public static Schema cloneSchemaWithName(Schema source, String newName) {

Review Comment:
   Good addition! Necessary for reducing the overhead while creating logical 
tables. But I do not see this being used anywhere currently, is this for a 
future addition?



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