mengw15 commented on PR #4391: URL: https://github.com/apache/texera/pull/4391#issuecomment-4257295894
> Can you try to create a symlink under bin/single-node pointing to sql/ at the root ? Basically mimic what bin/k8s/files did? Currently, in .github/workflows/create-release-candidate.yml line 160-162 ` # Patch the SQL mount path for the self-contained bundle layout` ` # In the repo it's ../../sql (relative to bin/single-node/), in the bundle it's ./sql` ` sed -i 's|../../sql|./sql|g' "$BUNDLE_DIR/docker-compose.yml"` we sed ../../sql with ./sql if we mimic the bin/k8s/files, we may need to adjust here as well -- 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]
