boluor commented on issue #2446: URL: https://github.com/apache/doris-website/issues/2446#issuecomment-4525904229
The error you hit (\`insert into overwrite only support OLAP and HMS table. But current table type is ICEBERG_EXTERNAL_TABLE\`) is an explicit engine restriction — \`INSERT OVERWRITE\` is implemented only for OLAP and Hive tables, not for Iceberg, at the time of your report. That's an engine capability question, not a docs one, so this should be tracked at https://github.com/apache/doris/issues if you'd like to request the feature or check current status. The docs page you linked describes Iceberg catalog setup correctly; it does not claim \`INSERT OVERWRITE\` is supported. If you saw a section that implies it is, please point at the exact paragraph so we can correct it. -- 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]
