sadadw1 opened a new pull request, #684:
URL: https://github.com/apache/ozhera/pull/684

   ### Ⅰ. Describe what this PR did
   
   The deploy document (EN + CN) told users the MySQL create-table SQL lives 
under a path with a missing hyphen:
   
   
`ozhera/ozhera-operator/ozheraoperator-server/src/main/resources/ozhera_init/mysql/sql`
   
   The actual module directory is `ozhera-operator-server` (with a hyphen). 
This PR fixes the path in both `ozhera-deploy-document.md` and 
`ozhera-deploy-document_cn.md`.
   
   ```diff
   - 
ozhera/ozhera-operator/ozheraoperator-server/src/main/resources/ozhera_init/mysql/sql
   + 
ozhera/ozhera-operator/ozhera-operator-server/src/main/resources/ozhera_init/mysql/sql
   ```
   
   ### Ⅱ. Does this pull request fix one issue?
   
   fixes #683
   
   ### Ⅲ. Why don't you add test cases (unit test/integration test)?
   
   Documentation-only path text fix; nothing to test.
   
   ### Ⅳ. Describe how to verify it
   
   Confirm 
`ozhera-operator/ozhera-operator-server/src/main/resources/ozhera_init/mysql/sql`
 matches the actual directory in the repo, and that no `ozheraoperator-server` 
token remains in the deploy docs.
   
   ### Ⅴ. Special notes for reviews
   
   The actual directory is 
`ozhera-operator/ozhera-operator-server/src/main/resources/ozhera_init/mysql/sql`.
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to