exceptionfactory commented on pull request #5142: URL: https://github.com/apache/nifi/pull/5142#issuecomment-858590044
> Why not latest version of Avatica 1.18.0 ? > Avatica 1.18.0 fix one serious bug in NIFI-7601. > > I have also submitted a PR for upgrading calcite to 1.27.0 > here #5138 Thanks for the feedback @kent-nguyen! These are transitive dependencies in hive-hcatalog-streaming, and version 1.6.0 appears to be the latest version for the dependency coordinates of org.apache.calcite:calcite-avatica. I see a more recent version of 1.18.0 as you noted, but the Maven coordinates are different. Unfortunately these Hive components have a number of very old dependencies, which makes management difficult. The goal of this current PR is to update transitive dependencies enough to avoid third-party repositories, but in the long run, removing these legacy Hive components is probably the best way to go. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
