-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DataFusion Substrait blog post #322
base: main
Are you sure you want to change the base?
Conversation
The build scripts seem to be broken https://github.com/apache/arrow-site/actions/runs/4243705123/jobs/7376801156
|
@alamb - it seems like the Webpack issues linked below may be causing the build failure:
My high level understanding is that in Node 18 (the build output shows Node.js v18.14.1 is being used), the Webpack v5.61.0 added a WASM So, to summarize, it seems that a combination of upgrading to the latest version of Webpack and switching over to |
After some more investigation, I discovered that the default Node.js version was switched to 18 for the Given this information, an alternative approach to the one detailed in my previous comment would be to pin the Node.js version used by the GitHub Actions runner to version 16 for the |
I've captured this issue as a Bug with the Component set to |
Personally, I would recommend that we switch away from the proprietary, arbitrarily changing, and non-locally debuggable |
Thanks @avantgardnerio! Agreed - this seems like a good solution. It would be great to not have to worry about things changing suddenly in |
Awesome -- could someone make a PR to this repo? |
@alamb - yes, I just assigned the issue to myself and will make a PR |
Update: I've opened pull request #326 to address the build issues. |
The doc build has been fixed -- do we still want to publish this content? |
No description provided.