cbalci opened a new pull request, #8481: URL: https://github.com/apache/pinot/pull/8481
Adding a couple of configuration options to the Pinot Spark Connector to use GRPC endpoint when reading data from Pinot. As already documented, GRPC is more efficient when reading large amounts of data, and this use case arises often when using Pinot Spark Connector. New options are: ``` .option("useGrpcServer", "true") .option("grpcPort", "8090") ``` - The option is disabled by default, so no backwards incompatibility issues expected - Documentation will be updated separately after some wider testing -- 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