kfaraz commented on code in PR #18831:
URL: https://github.com/apache/druid/pull/18831#discussion_r2610576609
##########
embedded-tests/pom.xml:
##########
@@ -29,6 +29,7 @@
<properties>
<surefire.rerunFailingTestsCount>0</surefire.rerunFailingTestsCount>
+ <maven.compiler.release>17</maven.compiler.release>
Review Comment:
I think we may fix it up in this patch itself. The only requirement for 17
(AFAIK) is the doc-style strings added in a recent test
`NestedDataFormatsTest`. For the time being, we can just stick to regular
strings.
--
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]