npawar opened a new pull request #6503: URL: https://github.com/apache/incubator-pinot/pull/6503
We want to prevent a derived column using another derived column in its function. The reload logic cannot handle generating both these columns, if both columns were added at the same time. Eg. A - regular column B = f(A) column with ingestion transform Now if someone adds C = f(B) and D= f(C) at the same time, reload cannot handle generating such derived column chains. Workaround would be to add C, reload, then add D, reload. ---------------------------------------------------------------- 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]
