ashokkumar-allu commented on code in PR #18585:
URL: https://github.com/apache/hudi/pull/18585#discussion_r3385705276
##########
hudi-io/pom.xml:
##########
@@ -103,6 +103,13 @@
<!-- Required to support older Hive versions that still use Java 8
-->
<target>8</target>
<release>8</release>
+ <annotationProcessorPaths>
+ <path>
Review Comment:
Good catch — removed. The `hudi-io/pom.xml` change was included by mistake
during development and is unrelated to the classloader fix. No other module
with Lombok annotations needs `annotationProcessorPaths`, and CI was not
failing on any `hudi-io` compilation issue. The change is dropped from this PR.
--
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]