apache / paimon

Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.
https://paimon.apache.org/
Apache License 2.0
2.44k stars 959 forks source link

[Bug] idea cannot find classes of other modules in the paimon-spark submodule. #4351

Closed liming30 closed 1 month ago

liming30 commented 1 month ago

Search before asking

Paimon version

1.0-SNAPSHOT

Compute Engine

spark

Minimal reproduce step

Idea cannot find classes of other modules in the paimon-spark submodule.

What doesn't meet your expectations?

Cannot debug paimon-spark module in idea.

Anything else?

reason: The paimon-spark submodule explicitly excludes all paimon dependencies, which makes idea unable to find the paimon class.

Are you willing to submit a PR?