apache / seatunnel

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

[Bug] [org/apache/seatunnel/shade/com/typesafe/config/impl/ConfigParser.java] java: 不兼容的类型: com.typesafe.config.ConfigIncluder无法转换为org.apache.seatunnel.shade.com.typesafe.config.ConfigIncluder #8104

Open yaoquanxin opened 12 hours ago

yaoquanxin commented 12 hours ago

Search before asking

What happened

I download the source code of dev. find something problem that I can`t solve,I guess that a bug of org.apache.seatunnel.shade.com.typesafe.config.Config.(https://github.com/apache/seatunnel/discussions/1043) The following are my questions: image I have the confuse of the class: org/apache/seatunnel/shade/com/typesafe/config/impl/ConfigParser.java

thats no problem ? I remember Have a hot fix of the class(org/apache/seatunnel/shade/com/typesafe/config/impl/ConfigParser.java) but, why i cant run my code in my PC? it`s my configuration. image

I try it:mvn clean install, but can`t solve it.

SeaTunnel Version

our seatunnel version is 2.3.8

SeaTunnel Config

in my question of sreenshot

Running Command

no

Error Exception

java: 不兼容的类型: com.typesafe.config.ConfigIncluder无法转换为org.apache.seatunnel.shade.com.typesafe.config.ConfigIncluder

Zeta or Flink or Spark Version

No response

Java or Scala Version

1.8

Screenshots

image image

Are you willing to submit PR?

Code of Conduct

yaoquanxin commented 12 hours ago

i guess something of BUG in branch of dev. I try again:sh ./mvnw clean install -DskipTests -Dskip.spotless=true

image