maytasm commented on PR #18612: URL: https://github.com/apache/druid/pull/18612#issuecomment-3384712883
> Also, to add to the suggestions from @clintropolis , you could also consider using an MSQ INSERT/REPLACE statement. > I don't know for sure if they provide all the auto-discover niceties or not but probably worth a shot. I think this actually work and can achieve all the use cases in the PR description. Thanks for the suggestion. I think it should just be as simple as ``` INSERT INTO datasource_2 SELECT * FROM datasource PARTITIONED BY hour ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
