Hello, I have been trying to use apache arrow flight. But I am having trouble using it. It gives me following error:
Missing artifact io.netty:netty-transport-native-unix-common:jar:${ os.detected.name}-${os.detected.arch}:4.1.27.Final pom.xml <!-- https://mvnrepository.com/artifact/org.apache.arrow/arrow-flight --> <dependency> <groupId>org.apache.arrow</groupId> <artifactId>arrow-flight</artifactId> <version>0.15.1</version> </dependency> Thank you. Regards, Talal Zahid