davisusanibar commented on a change in pull request #137:
URL: https://github.com/apache/arrow-cookbook/pull/137#discussion_r821208062
##########
File path: java/source/demo/pom.xml
##########
@@ -32,14 +32,29 @@
</dependency>
<dependency>
<groupId>org.apache.arrow</groupId>
- <artifactId>arrow-memory-unsafe</artifactId>
+ <artifactId>arrow-memory-netty</artifactId>
<version>${arrow.version}</version>
</dependency>
<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-algorithm</artifactId>
<version>${arrow.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.arrow</groupId>
+ <artifactId>flight-core</artifactId>
+ <version>6.0.0</version>
Review comment:
By issue ARROW-15746. Failed to read artifact descriptor for
org.apache.arrow:flight-core:jar:7.0.0: Could not find artifact
org.apache.arrow:arrow-flight:pom:7.0.0 in central
(https://repo.maven.apache.org/maven2).
It is already solved on that ticket but not release published consider that
change.
--
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]