davisusanibar commented on issue #39327: URL: https://github.com/apache/arrow/issues/39327#issuecomment-1865009696
Just for the record: ```` 1. `$ mvn clean install` finished ok: [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Apache Arrow Java Root POM 15.0.0-SNAPSHOT: [INFO] [INFO] Arrow Maven Plugins ................................ SUCCESS [ 11.671 s] [INFO] Module Info Compiler Maven Plugin .................. SUCCESS [ 5.129 s] [INFO] Arrow Bill of Materials ............................ SUCCESS [ 0.257 s] [INFO] Apache Arrow Java Root POM ......................... SUCCESS [ 8.342 s] [INFO] Arrow Format ....................................... SUCCESS [ 5.616 s] [INFO] Arrow Memory ....................................... SUCCESS [ 3.551 s] [INFO] Arrow Memory - Core ................................ SUCCESS [ 8.336 s] [INFO] Arrow Memory - Unsafe .............................. SUCCESS [ 5.548 s] [INFO] Arrow Memory - Netty ............................... SUCCESS [ 7.109 s] [INFO] Arrow Vectors ...................................... SUCCESS [ 51.857 s] [INFO] Arrow Compression .................................. SUCCESS [ 7.786 s] [INFO] Arrow Tools ........................................ SUCCESS [01:40 min] [INFO] Arrow JDBC Adapter ................................. SUCCESS [ 12.563 s] [INFO] Arrow Flight ....................................... SUCCESS [ 3.646 s] [INFO] Arrow Flight Core .................................. SUCCESS [01:59 min] [INFO] Arrow Flight GRPC .................................. SUCCESS [ 8.668 s] [INFO] Arrow Flight SQL ................................... SUCCESS [ 11.255 s] [INFO] Arrow Flight SQL JDBC Driver Core .................. SUCCESS [ 21.808 s] [INFO] Arrow Flight SQL JDBC Driver ....................... SUCCESS [ 41.735 s] [INFO] Arrow Flight Integration Tests ..................... SUCCESS [01:39 min] [INFO] Arrow AVRO Adapter ................................. SUCCESS [ 9.348 s] [INFO] Arrow Algorithms ................................... SUCCESS [ 47.839 s] [INFO] Arrow Performance Benchmarks ....................... SUCCESS [ 5.985 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ 2. `$ cd arrow/java/maven`, then `$ mvn clean assembly:single` finished with error mention: [INFO] Arrow Maven Plugins ................................ FAILURE [ 0.171 s] [INFO] Module Info Compiler Maven Plugin .................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:3.6.0:single (default-cli) on project arrow-maven-plugins: Error reading assemblies: No assembly descriptors found. -> [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]
