abhioncbr commented on PR #13582: URL: https://github.com/apache/pinot/pull/13582#issuecomment-2224243462
> > Seems the dependency conflict is from `kotlin-stdlib` and `orc-core`. Wondering why it is not triggered before? Neither of them seems related to the hadoop version bump? > > This is strange for me as well. I will be digging more into it. Thanks. I think the reason is that in `hadoop 3.3.6` they have the compile dependency on `kotlin-stdlib`, which is not the case in `hadoop 3.4.0` ```bash [INFO] +- org.apache.hadoop:hadoop-hdfs-client:jar:3.3.6:compile [INFO] | +- com.squareup.okhttp3:okhttp:jar:4.9.3:compile [INFO] | | \- com.squareup.okio:okio:jar:3.9.0:compile [INFO] | | \- com.squareup.okio:okio-jvm:jar:3.9.0:compile [INFO] | +- org.jetbrains.kotlin:kotlin-stdlib:jar:2.0.0:compile [INFO] | +- org.jetbrains.kotlin:kotlin-stdlib-common:jar:2.0.0:compile [INFO] +- org.apache.hadoop:hadoop-hdfs-client:jar:3.4.0:compile [INFO] | \- com.fasterxml.jackson.core:jackson-annotations:jar:2.17.2:compile ``` -- 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]
