llama90 commented on code in PR #42038:
URL: https://github.com/apache/arrow/pull/42038#discussion_r1636461952
##########
java/bom/pom.xml:
##########
@@ -177,6 +185,10 @@
<artifactId>spotless-maven-plugin</artifactId>
<configuration>
<pom>
+ <licenseHeader>
+
<file>${maven.multiModuleProjectDirectory}/dev/license/asf-xml.license</file>
+ <delimiter>(<configuration|<project)</delimiter>
+ </licenseHeader>
Review Comment:
I did a rebase and saw that changes from another PR were left out.
What do you think about issues with `@TempDir` when using JDK 11 on Windows?
- https://github.com/apache/arrow/pull/42038#issuecomment-2156643841
If possible, can I fix the problem with a new 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]