okumin commented on PR #5640: URL: https://github.com/apache/hive/pull/5640#issuecomment-2649937522
I compared the diff between the parent revision(35589d78ca428f6274e8fb0f6399d70b947581bb) and this branch. All are expected ``` 893,906c893,906 < [INFO] org.apache.curator:apache-curator:pom:5.2.0:compile < [INFO] org.apache.curator:apache-curator:pom:5.2.0:provided < [INFO] org.apache.curator:apache-curator:pom:5.2.0:test < [INFO] org.apache.curator:curator-client:jar:5.2.0:compile -- module curator.client (auto) < [INFO] org.apache.curator:curator-client:jar:5.2.0:provided -- module curator.client (auto) < [INFO] org.apache.curator:curator-client:jar:5.2.0:test -- module curator.client (auto) < [INFO] org.apache.curator:curator-framework:jar:5.2.0:compile -- module curator.framework (auto) < [INFO] org.apache.curator:curator-framework:jar:5.2.0:provided -- module curator.framework (auto) < [INFO] org.apache.curator:curator-framework:jar:5.2.0:test -- module curator.framework (auto) < [INFO] org.apache.curator:curator-recipes:jar:5.2.0:compile -- module curator.recipes (auto) < [INFO] org.apache.curator:curator-recipes:jar:5.2.0:provided -- module curator.recipes (auto) < [INFO] org.apache.curator:curator-recipes:jar:5.2.0:runtime -- module curator.recipes (auto) < [INFO] org.apache.curator:curator-recipes:jar:5.2.0:test -- module curator.recipes (auto) < [INFO] org.apache.curator:curator-test:jar:5.2.0:test -- module curator.test (auto) --- > [INFO] org.apache.curator:apache-curator:pom:5.6.0:compile > [INFO] org.apache.curator:apache-curator:pom:5.6.0:provided > [INFO] org.apache.curator:apache-curator:pom:5.6.0:test > [INFO] org.apache.curator:curator-client:jar:5.6.0:compile -- module curator.client (auto) > [INFO] org.apache.curator:curator-client:jar:5.6.0:provided -- module curator.client (auto) > [INFO] org.apache.curator:curator-client:jar:5.6.0:test -- module curator.client (auto) > [INFO] org.apache.curator:curator-framework:jar:5.6.0:compile -- module curator.framework (auto) > [INFO] org.apache.curator:curator-framework:jar:5.6.0:provided -- module curator.framework (auto) > [INFO] org.apache.curator:curator-framework:jar:5.6.0:test -- module curator.framework (auto) > [INFO] org.apache.curator:curator-recipes:jar:5.6.0:compile -- module curator.recipes (auto) > [INFO] org.apache.curator:curator-recipes:jar:5.6.0:provided -- module curator.recipes (auto) > [INFO] org.apache.curator:curator-recipes:jar:5.6.0:runtime -- module curator.recipes (auto) > [INFO] org.apache.curator:curator-recipes:jar:5.6.0:test -- module curator.recipes (auto) > [INFO] org.apache.curator:curator-test:jar:5.6.0:test -- module curator.test (auto) 1956c1956 ``` -- 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]
