npawar opened a new pull request #6495: URL: https://github.com/apache/incubator-pinot/pull/6495
## Description Allow chained transform functions. This will be needed when supporting derived columns https://github.com/apache/incubator-pinot/pull/6494. For example, millisSinceEpoch = f(isoDateTime) and hoursSinceEpoch = f(millisSinceEpoch) i.e. User created millisSinceEpoch column while ingesting, using a transform function on a isoDateTime column, and did not keep the isoDateTime column. If we don't allow chained transform functions, user won't be able to use millisSinceEpoch column in derived function for hoursSinceEpoch. ## Release Notes You can now add chained transform functions. ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org