ChethanUK opened a new issue #4809: Support INSERT in Presto Pinot Connector URL: https://github.com/apache/incubator-pinot/issues/4809 Today, the only option I know to insert immutable segments into offline tables is by using Hadoop[Map-reduce jobs] via REST APIs But, I don't want to use Hadoop jobs to insert data.. Since Pinot is also working on integrating with Presto, I would like to insert using Presto commands like: ```SQL INSERT INTO pinot-table SELECT * FROM hive.default.batch-table ``` Full workflow [Inserting or replacing segments with modified data] will become very easy if there is INSERT support in the pinot-presto connector...
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
