Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.
2.44k
stars
959
forks
source link
[Feature] Remove warning in `mvn clean install` #942
Closed
JingsongLi closed 1 year ago
Search before asking
Motivation
[WARNING] /Users/ljs/IdeaProjects/paimon/paimon-common/src/main/java/org/apache/paimon/data/JoinedRow.java:57: 警告 - 不能在inline文档中使用标记@param。只能在以下类型的文档中使用该标记: class/interface, constructor, method。
When running
mvn clean install
, there are lots of warning. We can fix them to reduce warning.Solution
No response
Anything else?
No response
Are you willing to submit a PR?