mayankshriv commented on pull request #5826: URL: https://github.com/apache/incubator-pinot/pull/5826#issuecomment-674558001
Seems we are catching just one specific error (input is map, but schema is MV). In general, there can be mis-match due to any number of reasons. We should just catch that and flag. To begin with, we should only flag (perhaps emit a metric), and not enforce (and fail segment generation) as there are likely flows out there where the code is tolerant enough to pass today. Once we have a mechanism for identify such flows, we can then clean them up and then enforce schema validation. ---------------------------------------------------------------- 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