leo65535 edited a comment on pull request #1721: URL: https://github.com/apache/incubator-inlong/pull/1721#issuecomment-956075010
> how about using inlong-sort-sql instead of inlong-sort-enhance Make sense. > Flink will not be updated (from 1.9.x->1.13.x) recently, but we have noted this potential problem. If not update the flink version, we can not go on, because flink1.9.x has many limits, like - can not parse flinksql statement - can not support sink parallelism - can not work well with iceberg/hudi - ... We can refer to other projects, already upgraded the flink version. https://github.com/apache/hudi/pull/3291 https://github.com/apache/iceberg/pull/3116 Can we use a new module first with new flink version, and keep working on it, so we can support flinksql workflow quickly. And we can try to upgrade the flink old version in origin sort module at the same time? -- 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]
