-
Notifications
You must be signed in to change notification settings - Fork 334
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
Dev oracle #1142
Dev oracle #1142
Conversation
这个分支请求实现的功能,是否有没合规的地方? |
是不符合合并的要求吗?或者有什么需要修改的地方?还是直接取消这个合并请求了? 持续等待中。。。。。。。 |
枚举类型调整一下就好了 |
好的,需要如何调整?还请提示一下。 |
50调整为27即可 |
已将枚举值从50调整为27 |
@@ -117,6 +117,8 @@ public enum EScheduleJobType { | |||
MAXCOMPUTE(24, "MaxCompute", EJobType.SQL.getType(), 4, null, EComputeType.BATCH, EJobClientType.DATASOURCE_PLUGIN), | |||
HADOOP_MR(25, "HadoopMR", EJobType.MR.getType(), 16, EComponentType.HDFS, EComputeType.BATCH, EJobClientType.WORKER_PLUGIN), | |||
DATAX(26,"DataX", EJobType.PYTHON.getType(),14, EComponentType.DATAX, EComputeType.BATCH, EJobClientType.WORKER_PLUGIN), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oracle 枚举值辛苦调整为27 按照顺序来 目前没有其他的任务类型开发 暂时未冲突
任务类型增加对Oracle库的支持。#1062