vibhatha commented on PR #327: URL: https://github.com/apache/arrow-cookbook/pull/327#issuecomment-1707570208
> Hi @vibhatha, just reviewing error logs and error mention that arrow-memory-netty is not available on the nightly packages, and that is true, as you can see at https://nightlies.apache.org/arrow/java/org/apache/arrow/arrow-memory-netty/, which is very rare, but it needs to be reviewed. > > Alternatively, you could start using the 14.0.0-SNAPSHOT version which can be configured in the arrow-cookbook/java/source/conf.py file as follows: > > ``` > if arrow_nightly and arrow_nightly != '0': > version = "14.0.0-SNAPSHOT" > else: > version = "13.0.0" > ``` If I understand correctly, should I make that change in this PR itself? Or should we create a separate PR for that? -- 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]
