clintropolis commented on PR #18759:
URL: https://github.com/apache/druid/pull/18759#issuecomment-3554520175

   >Odd. All UT/IT tests passed. Is there a way we can somehow conditionally 
enable this so people who don't use hadoop ingests get the benefit of a newer 
compiler? Doesn't seem ideal to be stuck on JDK 11 compiler for a feature that 
has been deprecated. This could be done potentially with the hadoop maven 
profiles.
   
   If i understand things correctly, I think the issue is that it would allow 
using language level 17 features in Druid code which is what would actually 
break hadoop ingestion. We don't officially support java 11 anymore, but hadoop 
ingestion still works because none of the parts that run there need java 17 
only stuff yet.


-- 
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]

Reply via email to