bobbai00 opened a new pull request, #4252:
URL: https://github.com/apache/texera/pull/4252

   ### What changes were proposed in this PR?
   
   This PR fixes the failing `generate-jooq` job in the `build-and-push-images` 
CI workflow.
   
   **The fix:** Replace the command in the workflow from:
   ```yaml
   run: sbt "DAO/runMain org.apache.texera.dao.JooqCodeGenerator"
   ```
   to:
   ```yaml
   run: sbt DAO/jooqGenerate
   ```
   
   ### Any related issues, documentation, discussions?
   
   Closes #4251 
   
   ### How was this PR tested?
   
   - The change is a one-line fix in a CI workflow file, replacing the 
invocation command with the correct sbt task name. The fix can be validated by 
re-running the `build-and-push-images` workflow after merge.
   
   ### Was this PR authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Code (claude-opus-4-6)


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