SatyajitMahunta commented on issue #13478: URL: https://github.com/apache/hudi/issues/13478#issuecomment-3004597325
Hi @danny0405, thank you for the suggestion! Just to clarify : as of Hudi 0.14, ALTER TABLE is not supported for Hudi tables in Flink SQL ( v1.17 ). This seems to be a known limitation in the current integration between Flink and Hudi. If there have been any recent changes or workarounds, I'd love to learn more. A bit more context on our setup: - Our Flink batch jobs create table definitions dynamically during job execution using CREATE TABLE statements. - We don't use a persistent catalog or external metastore where we could run ALTER TABLE commands. Are you suggesting using the Hudi CLI to alter the table? (Though I believe ALTER TABLE isn't available in CLI) -- 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]
