bobbai00 commented on PR #4391:
URL: https://github.com/apache/texera/pull/4391#issuecomment-4258249048

   > > 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
   
   sure, you may adjust the CI as well. I feel '../../sql' should be avoided. 
Please try the symlink way and see if it works.


-- 
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]

Reply via email to