npawar commented on a change in pull request #5597:
URL: https://github.com/apache/incubator-pinot/pull/5597#discussion_r443706140
##########
File path: pinot-core/src/main/java/org/apache/pinot/core/util/SchemaUtils.java
##########
@@ -41,28 +39,6 @@
private static final Logger LOGGER =
LoggerFactory.getLogger(SchemaUtils.class);
- /**
- * Extracts the source fields and destination fields from the schema
- * For field specs with a transform expression defined, use the arguments
provided to the function
- * By default, add the field spec name
- *
- * TODO: for now, we assume that arguments to transform function are in the
source i.e. there's no columns which are derived from transformed columns
- */
- public static Set<String> extractSourceFields(Schema schema) {
Review comment:
Added backward incompat label, and added to release notes section
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]