tejasajmera opened a new pull request #6514: URL: https://github.com/apache/incubator-pinot/pull/6514
Filtering is supposed to work on column level with all possible data types in the table. It will do a substring match of the string passed in with each of the column entries; a return value of true would make table display the corresponding row. Miscellaneous 1. Refactored `anomaliesDetails` to avoid doing the O(N) computation along with O(N) memory involved in converting object to array to be used in the template. Instead the template is modified to directly work with the object. 2. Refactored the columns in each of the table for entity monitoring to ensure we columns which can be shared. Note to reviewers: Lot of changes in `utils.js` are style related auto changed by the prettifier. Please focus on just 2 functions in that file -`isObject` and `checkForMatch`. Both are towards the end of the file. ---------------------------------------------------------------- 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