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 4a8fac2800 [feature] coalesce scalar (#9487) add 79c27e0c2b Allow setting custom time boundary for hybrid table queries (#9356) No new revisions were added by this update. Summary of changes: .../pinot/broker/routing/BrokerRoutingManager.java | 4 +- .../routing/timeboundary/TimeBoundaryManager.java | 82 ++++++++---- .../timeboundary/TimeBoundaryManagerTest.java | 43 ++++++- .../apache/pinot/common/metrics/BrokerGauge.java | 3 +- .../resources/TableSegmentValidationInfo.java | 24 ++-- .../api/resources/PinotTableRestletResource.java | 137 +++++++++++++++++++-- .../pinot/server/api/resources/TablesResource.java | 69 +++++++++++ .../pinot/server/starter/ServerInstance.java | 6 + .../apache/pinot/spi/utils/CommonConstants.java | 4 + 9 files changed, 321 insertions(+), 51 deletions(-) copy pinot-spi/src/main/java/org/apache/pinot/spi/config/table/TimestampConfig.java => pinot-common/src/main/java/org/apache/pinot/common/restlet/resources/TableSegmentValidationInfo.java (66%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org