This is an automated email from the ASF dual-hosted git repository. siddteotia pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from fb7ceb0 DataTable V3 implementation and measure data table serialization cost on server (#6710) add e0c77e3 code style fix: avoid static import; add Override annotations (#6738) No new revisions were added by this update. Summary of changes: .../pinot/core/common/datatable/BaseDataTable.java | 22 +++++++-- .../core/common/datatable/DataTableFactory.java | 7 +-- .../core/common/datatable/DataTableImplV2.java | 9 ++-- .../core/common/datatable/DataTableImplV3.java | 22 ++++----- .../core/operator/InstanceResponseOperator.java | 8 ++-- .../pinot/core/query/scheduler/QueryScheduler.java | 6 +-- .../core/common/datatable/DataTableSerDeTest.java | 52 +++++++++++----------- .../query/scheduler/PrioritySchedulerTest.java | 8 ++-- .../tests/OfflineClusterIntegrationTest.java | 3 +- 9 files changed, 69 insertions(+), 68 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org