siddharthteotia opened a new pull request #4887: After pulling in the latest changes, mvn clean install fails. URL: https://github.com/apache/incubator-pinot/pull/4887 The reason is that source in pinot-record-readers module is not immediately in the sub-directory. We have 6 additional sub-modules pinot-avro, pinot-json etc and they were not able to reference the parent pom -- since the parent pom is not in the immediate parent directory. relativePath by default uses "..". The fix is to use ../../pom.xml for these sub-modules
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
