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

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


    from 4eb6e3a  Fix issue - no authentication is required for GET table 
endpoint (#6846)
     add 043172c  Separate SQL and PQL handling on broker (#6824)

No new revisions were added by this update.

Summary of changes:
 .../requesthandler/BaseBrokerRequestHandler.java   | 874 +++++++++++++++------
 .../SingleConnectionBrokerRequestHandler.java      |   3 +-
 .../segmentpruner/PartitionSegmentPruner.java      |  94 ++-
 .../routing/segmentpruner/TimeSegmentPruner.java   | 174 +++-
 .../routing/segmentpruner/interval/Interval.java   |  18 +-
 .../segmentselector/RealtimeSegmentSelector.java   |   5 +-
 .../requesthandler/BrokerRequestOptionsTest.java   | 122 ++-
 .../LiteralOnlyBrokerRequestTest.java              |  46 +-
 .../requesthandler/QueryLimitOverrideTest.java     |  33 +-
 .../broker/requesthandler/QueryValidationTest.java | 100 ++-
 .../routing/segmentpruner/SegmentPrunerTest.java   | 265 ++++---
 .../core/query/reduce/BrokerReduceService.java     |   9 +-
 .../requesthandler/PinotQueryParserFactory.java    |   8 +
 .../apache/pinot/core/transport/QueryRouter.java   |   9 +-
 .../org/apache/pinot/queries/BaseQueriesTest.java  |   2 +-
 15 files changed, 1269 insertions(+), 493 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to