You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ja...@apache.org on 2022/12/08 19:57:41 UTC

[pinot] branch master updated (eb5e5d3045 -> e225528786)

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 eb5e5d3045 [multistage][reland] fix leaf stage return data schema (#9929)
     add e225528786 Clean up TableDataManagerConfig to be a thin wrapper over instance and table config (#9920)

No new revisions were added by this update.

Summary of changes:
 .../core/data/manager/BaseTableDataManager.java    |   5 +
 .../manager/offline/TableDataManagerProvider.java  |   3 +-
 .../BaseTableDataManagerAcquireSegmentTest.java    |   6 +-
 .../offline/DimensionTableDataManagerTest.java     |  18 ++-
 .../realtime/LLRealtimeSegmentDataManagerTest.java |  11 +-
 .../executor/QueryExecutorExceptionsTest.java      |  18 ++-
 .../core/query/executor/QueryExecutorTest.java     |  24 +--
 .../pinot/queries/ExplainPlanQueriesTest.java      |  14 +-
 .../queries/SegmentWithNullValueVectorTest.java    |  22 +--
 .../local/data/manager/TableDataManager.java       |   5 +
 .../local/data/manager/TableDataManagerConfig.java | 165 ++++++---------------
 .../data/manager/TableDataManagerConfigTest.java   |  74 ---------
 .../starter/helix/HelixInstanceDataManager.java    |   4 +-
 .../tools/admin/command/QuickstartRunner.java      |   2 +-
 14 files changed, 125 insertions(+), 246 deletions(-)
 delete mode 100644 pinot-segment-local/src/test/java/org/apache/pinot/segment/local/data/manager/TableDataManagerConfigTest.java


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