Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] fix scala/java udf compiler, add error messages, clear cached classes before publish #4049

Open
wants to merge 17 commits into
base: dev
Choose a base branch
from

Conversation

lwjhn
Copy link

@lwjhn lwjhn commented Dec 16, 2024

  1. UDF
    1.1 UDF编译无法找到org.apache.flink.table.functions.ScalarFunction类型
    1.2 启动多个DINKY服务,在其它服务中已发或已下线UDF存在BUG。启动编译报错后服务停止,应该修改静默打印错误日志即可
    1.3 前端发布应该可以查看UDF编译错误原因,而非查看服务日志

  2. fink 1.20 scala 依赖冲突

  3. 修复taskId 为 null,ClearJobHistoryHandler BUG

  4. 增加metadata :达梦dm, 金仓kingbase, trino

  5. 增加ltpa token校验

  6. 增加 任务返回列的列信息

  7. 优化org.dinky.cdc.convert.DataTypeConverter#getLogicalType,使用column.getJavaType() 会出现与自动生成flink类型不匹配

@aiwenmo
Copy link
Contributor

aiwenmo commented Dec 16, 2024

Thank you very much for your contribution.

Since there are many features in this PR, it is difficult to review.

You can keep this PR and then open a new PR for each small feature. This is beneficial for review and code merging.

Looking forward to your PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants