deepakpanda93 commented on issue #14558:
URL: https://github.com/apache/hudi/issues/14558#issuecomment-5255157403
This issue was reviewed as part of the JIRA-migrated backlog triage.
Findings: the build works on Maven 3.x. The project requires Maven >= 3.6
(README, "Building Apache Hudi from source") and CI builds cleanly, so the
POM-processing failure in the report no longer occurs.
One residual, deliberately unchanged:
`hudi-spark-datasource/hudi-spark/pom.xml:26` still declares `<artifactId>hudi
spark_${scala.binary.version}</artifactId>`. The expression is what enables
Scala 2.12/2.13 cross-building, and modern Maven
treats it as a warning rather than an error. Worth a separate ticket if/when
Hudi targets Maven 4, which is stricter about this.
Closing as fixed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]