[X] I had searched in the issues and found no similar issues.
What happened
DataTypeConvertorFactory is not loading all data converters. For example it is not not loading DB2 data converter service.
It is loading only following 12 data type converter services
This is how factory is created in seatunnel-web, where pluginJarPaths contains all the connnector paths.
DataTypeConvertorFactory factory = new DataTypeConvertorFactory(
new URLClassLoader(pluginJarPaths.toArray(new URL[0])));
This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.
Search before asking
What happened
DataTypeConvertorFactory is not loading all data converters. For example it is not not loading DB2 data converter service. It is loading only following 12 data type converter services
SeaTunnel Version
2.3.7
SeaTunnel Config
Running Command
Error Exception
Zeta or Flink or Spark Version
No response
Java or Scala Version
No response
Screenshots
No response
Are you willing to submit PR?
Code of Conduct