This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch json-indexing in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
discard 6545753 Add json index support add 2796b83 Adding json path functions to extract values from json object (#6347) add 7be263b Add json index support This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (6545753) \ N -- N -- N refs/heads/json-indexing (7be263b) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: pinot-common/pom.xml | 4 ++ .../common/function/scalar/JsonFunctions.java | 39 +++++++++++++ .../pinot/common/function/JsonFunctionsTest.java | 65 ++++++++++++++++++++++ .../common/function/TransformFunctionTypeTest.java | 7 +++ .../impl/inv/json/OffHeapJsonIndexCreator.java | 2 +- .../core/segment/store/FilePerIndexDirectory.java | 1 - .../apache/pinot/core/util/TableConfigUtils.java | 3 +- .../java/org/apache/pinot/spi/utils/JsonUtils.java | 1 + 8 files changed, 119 insertions(+), 3 deletions(-) create mode 100644 pinot-common/src/test/java/org/apache/pinot/common/function/JsonFunctionsTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org