gracecluvohio commented on PR #4401:
URL: https://github.com/apache/texera/pull/4401#issuecomment-4309452465

   @aglinxinyuan I was discussing this with @mengw15: we realized that even if 
we run the sql update file in `docker-compose.yml` that developers still need 
to run `sbt jooqGenerate`. 
   
   There’s a way to detect if a change was detected+applied by liquibase and 
thus run `sbt jooqGenerate` in the docker file, but it requires caching a 
checksum.
   
   Alternatively we can run `sbt jooqGenerate` every time in the docker file, 
which avoids the cache file but will cause `docker compose up` to be slower. 
   
   What do you think?


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