Guosmilesmile commented on issue #15668: URL: https://github.com/apache/iceberg/issues/15668#issuecomment-4087662886
From my experience, there is no table-name parameter in Flink's WITH clause. Instead, it should be catalog-table. By setting catalog-table to the Iceberg table name, you should be able to have different names for the Flink table and the Iceberg table. At least that's how I've been using 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]
