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/pinot.git


    from d6e37012d6 Enhance OfflineClusterIntegrationTest to check index size 
and fix index removal for default column (#15740)
     add da3087c477 MSE support for case-insensitiveness without breaking 
compatibility (#15692)

No new revisions were added by this update.

Summary of changes:
 .../MultiStageBrokerRequestHandler.java            |   5 +
 .../pinot/common/catalog/PinotCatalogReader.java   |  44 +++++
 .../pinot/common/catalog/PinotNameMatcher.java     | 134 ++++++++++++++
 .../pinot/common/utils/list/FlatViewList.java      | 197 +++++++++++++++++++++
 .../org/apache/pinot/query/QueryEnvironment.java   |  37 ++--
 .../apache/pinot/query/catalog/PinotCatalog.java   |  24 ++-
 .../planner/logical/PinotLogicalQueryPlanner.java  |   5 +-
 .../planner/logical/RelToPlanNodeConverter.java    |   8 +-
 .../planner/physical/DispatchablePlanVisitor.java  |   8 +-
 .../planner/physical/PinotDispatchPlanner.java     |  22 ++-
 .../starter/helix/HelixInstanceDataManager.java    |   3 +-
 .../pinot/spi/utils/builder/TableNameBuilder.java  |   2 +-
 12 files changed, 450 insertions(+), 39 deletions(-)
 create mode 100644 
pinot-common/src/main/java/org/apache/pinot/common/catalog/PinotCatalogReader.java
 create mode 100644 
pinot-common/src/main/java/org/apache/pinot/common/catalog/PinotNameMatcher.java
 create mode 100644 
pinot-common/src/main/java/org/apache/pinot/common/utils/list/FlatViewList.java


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

Reply via email to