rohityadav1993 commented on code in PR #14802: URL: https://github.com/apache/pinot/pull/14802#discussion_r1914216614
########## pinot-connectors/pinot-spark-common/src/main/scala/org/apache/pinot/connector/spark/common/PinotClusterClient.scala: ########## @@ -33,7 +33,7 @@ import scala.util.{Failure, Success, Try} */ private[pinot] object PinotClusterClient extends Logging { private val TABLE_SCHEMA_TEMPLATE = "http://%s/tables/%s/schema" - private val TABLE_BROKER_INSTANCES_TEMPLATE = "http://%s/v2/brokers/tables/%s" + private val LIVE_BROKERS_TEMPLATE = "http://%s/tables/livebrokers?tables=%s" Review Comment: The API with path param was deprecated in favour of this one in https://github.com/apache/pinot/pull/12201 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org