MaxNevermind opened a new pull request, #7694: URL: https://github.com/apache/iceberg/pull/7694
Related issue https://github.com/apache/iceberg/issues/3650 The approach I use: I tried to use the exact same version as were already used before migrating to VersionCatalog. I took Nebula's versions.props file and use it as the source of versions need to be used in VersionCatalog. There were few dependencies that versions.props did not include, I looked up the version currently used in a build via Gradle dependencies task and put corresponding versions in a VersionCatalog. In a few cases different versions of libraries were used in subprojects, I created multiple references in VersionCatalog in such cases, for example: jackson11Version, jackson12Version, jackson13Version. Note that you potentially have to upgrade your IDE to one of the latest versions for proper support of VersionCatalog. For example I had to upgrade mine IntelliJ IDEA from 2022.1.x to 2022.3.3(see https://youtrack.jetbrains.com/issue/IDEA-279603 ), only after doing that VersionCatalog lib usage started to be properly highlighted and I could navigate from VersionCatalog version usage to catalog itself. Closes #3650 -- 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]
