This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from 2b65845 Add ago() scalar transform function (#6820) add 0430cc6 fixed GenericRow compare for different _fieldToValueMap size (#6964) No new revisions were added by this update. Summary of changes: .../pinot/common/utils/EqualityUtilsTest.java | 76 ++++++++- .../apache/pinot/spi/data/readers/GenericRow.java | 57 +------ .../org/apache/pinot/spi/utils/EqualityUtils.java | 33 +++- .../pinot/spi/data/readers/GenericRowTest.java | 170 +++++++++++++++++++++ 4 files changed, 272 insertions(+), 64 deletions(-) create mode 100644 pinot-spi/src/test/java/org/apache/pinot/spi/data/readers/GenericRowTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org