vinishjail97 opened a new pull request, #516:
URL: https://github.com/apache/incubator-xtable/pull/516

   This reverts commit fc262c03810a56b5783883a76056a76daac2e3e8.
   
   ## *Important Read*
   - *Please ensure the GitHub issue is mentioned at the beginning of the PR*
   
   ## What is the purpose of the pull request
   https://github.com/apache/incubator-xtable/issues/486
   `mvn deploy -Prelease -DskipTests -DdeployArtifacts=true` is failing for 
version 33 as it's not supporting java 1.8 docs. 
   Looked up other OSS projects and official documentation we can use any 
version greater than 22. https://maven.apache.org/pom/asf/ 
   
   ```
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-javadoc-plugin:3.8.0:jar (attach-javadocs) on 
project xtable-api: MavenReportException: Error while generating Javadoc: 
   [ERROR] Exit code: 1
   [ERROR] 
/Users/vinishreddy/helm/configs/incubator-xtable/xtable-api/target/delombok/org/apache/xtable/spi/extractor/ExtractFromSource.java:38:
 error: method references are not supported in -source 7
   [ERROR]     Iterator<TableChange> tableChangeIterator = 
commitsBacklog.getCommitsToProcess().stream().map(conversionSource::getTableChangeForCommit).iterator();
   [ERROR]                                                                      
                                               ^
   [ERROR]   (use -source 8 or higher to enable method references)
   [ERROR] 
/Users/vinishreddy/helm/configs/incubator-xtable/xtable-api/target/delombok/org/apache/xtable/spi/sync/TableFormatSync.java:64:
 error: lambda expressions are not supported in -source 7
   [ERROR]         results.put(conversionTarget.getTableFormat(), 
getSyncResult(conversionTarget, SyncMode.FULL, internalTable, target -> 
target.syncFilesForSnapshot(snapshot.getPartitionedDataFiles()), startTime, 
snapshot.getPendingCommits()));
   
   ```
   
   ## Brief change log
   
   *(for example:)*
   - *Revert back apache parent pom version to 31 as mvn deploy is failing*
   
   ## Verify this pull request
   
   *(Please pick either of the following options)*
   
   This pull request is a trivial rework / code cleanup without any test 
coverage.
   


-- 
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]

Reply via email to