Aggarwal-Raghav commented on PR #6263: URL: https://github.com/apache/hive/pull/6263#issuecomment-3742985548
> > Can you please check the spoless issues. I'm getting failure because of that with this PR > > ``` > > -import·java.util.stream.Collectors; > > ``` > > please check again This is causing checkstyle issues in `HiveIcebergOutputCommitter.java` ``` import static org.apache.iceberg.mr.hive.HiveTableUtil.generateJobLocation; [ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.5.0:check (validate) on project hive-iceberg-handler: Failed during checkstyle execution: There is 1 error reported by Checkstyle 11.1.0 with /Users/raghav/Desktop/apache/hive/master/iceberg/iceberg-handler/../checkstyle/checkstyle.xml ruleset. -> [Help 1] ``` -- 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]
