You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ki...@apache.org on 2019/01/19 21:07:06 UTC

[incubator-pinot] branch matches_support_in_pql updated (c574aa7 -> 0766764)

This is an automated email from the ASF dual-hosted git repository.

kishoreg pushed a change to branch matches_support_in_pql
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


 discard c574aa7  Enhancing PQL to support MATCHES predicate, can be used for searching within text, map, json and other complex objects
     new 0766764  Enhancing PQL to support MATCHES predicate, can be used for searching within text, map, json and other complex objects

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   (c574aa7)
            \
             N -- N -- N   refs/heads/matches_support_in_pql (0766764)

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.

The 5642 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/pinot/common/request/AggregationInfo.java   | 18 ++++++++++++++++++
 .../org/apache/pinot/common/request/BrokerRequest.java | 18 ++++++++++++++++++
 .../apache/pinot/common/request/FilterOperator.java    | 18 ++++++++++++++++++
 .../org/apache/pinot/common/request/FilterQuery.java   | 18 ++++++++++++++++++
 .../apache/pinot/common/request/FilterQueryMap.java    | 18 ++++++++++++++++++
 .../java/org/apache/pinot/common/request/GroupBy.java  | 18 ++++++++++++++++++
 .../apache/pinot/common/request/HavingFilterQuery.java | 18 ++++++++++++++++++
 .../pinot/common/request/HavingFilterQueryMap.java     | 18 ++++++++++++++++++
 .../apache/pinot/common/request/InstanceRequest.java   | 18 ++++++++++++++++++
 .../org/apache/pinot/common/request/QuerySource.java   | 18 ++++++++++++++++++
 .../org/apache/pinot/common/request/QueryType.java     | 18 ++++++++++++++++++
 .../org/apache/pinot/common/request/Selection.java     | 18 ++++++++++++++++++
 .../org/apache/pinot/common/request/SelectionSort.java | 18 ++++++++++++++++++
 .../pinot/common/response/ProcessingException.java     | 18 ++++++++++++++++++
 14 files changed, 252 insertions(+)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org