abhishekagarwal87 commented on code in PR #14130:
URL: https://github.com/apache/druid/pull/14130#discussion_r1173826659


##########
processing/src/main/java/org/apache/druid/query/DruidProcessingConfig.java:
##########
@@ -183,6 +183,9 @@ public boolean useParallelMergePoolConfigured()
 
   public boolean useParallelMergePool()
   {
+    if (JvmUtils.majorVersion() < 20 && JvmUtils.majorVersion() >= 9) {

Review Comment:
   A comment here explaining the reasoning would be nice. 



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