jacobBaumbach commented on pull request #9806: URL: https://github.com/apache/arrow/pull/9806#issuecomment-812722697
I am hitting the following error in CI/CD ``` npm WARN tar ENOSPC: no space left on device, write npm WARN tar ENOSPC: no space left on device, write npm ERR! code ENOSPC npm ERR! syscall write npm ERR! errno -28 npm ERR! nospc ENOSPC: no space left on device, write npm ERR! nospc There appears to be insufficient space on your system to finish. npm ERR! nospc Clear up some disk space and try again. ``` As seen from the logs [here](https://github.com/apache/arrow/pull/9806/checks?check_run_id=2256351466#step:8:4512) An issue has already been created for this [here](https://issues.apache.org/jira/projects/ARROW/issues/ARROW-12112?filter=allopenissues), which #9879 appears to fix. Once #9879 is merged I am pretty confident ci/cd will pass. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
