apache / seatunnel

SeaTunnel is a next-generation super high-performance, distributed, massive data integration tool.
https://seatunnel.apache.org/
Apache License 2.0
7.98k stars 1.8k forks source link

[Bug] [Seatunnel][Core] DataTypeConvertorFactory is not loading all data converter services #7772

Open arshadmohammad opened 1 month ago

arshadmohammad commented 1 month ago

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

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])));

Running Command

NA

Error Exception

data type conversion is failing

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

github-actions[bot] commented 3 days ago

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.