LuciferYang commented on code in PR #41546:
URL: https://github.com/apache/spark/pull/41546#discussion_r1227011363
##########
pom.xml:
##########
@@ -2782,6 +2782,14 @@
</excludes>
<searchTransitive>true</searchTransitive>
</bannedDependencies>
+ <enforceBytecodeVersion>
+ <maxJdkVersion>${java.version}</maxJdkVersion>
+ <ignoredScopes>test</ignoredScopes>
+ <ignoredScopes>provided</ignoredScopes>
+ <excludes>
Review Comment:
I think we should add some comments for this `exclude` and leave a with Jira
TODO to remind us to try deleting this `exclude` after using the new version of
`org.threeten:threeten-extra`
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]