aglinxinyuan commented on PR #4401: URL: https://github.com/apache/texera/pull/4401#issuecomment-4309551861
> @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? It's ok it becomes slower, but I'm confused that why is this change related to jooqGenerate? User need to run sbt jooqGenerate after ddl change, and that's expected. Are you trying to avoid this step for users? -- 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]
