Akanksha-kedia commented on PR #6751: URL: https://github.com/apache/hive/pull/6751#issuecomment-5524680163
@ayushtkn Found it — TestBeelineArgParsing hardcoded the path to postgresql-42.7.3.jar in the local Maven repo. Bumping postgres.version means that jar no longer exists at that path, so the test failed to find it. Pushed a fix that derives the path from postgres.version instead (same pattern as derby.version). Verified locally with `mvn test -Dtest=TestBeelineArgParsing -pl beeline -am`. -- 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]
