This is an automated email from the ASF dual-hosted git repository.

yiconghuang pushed a commit to branch chore/relocate-workflow-compiling-service
in repository https://gitbox.apache.org/repos/asf/texera.git

commit 56a6c31c311a59aeddf732f16b343016d6088fd8
Author: Yicong Huang <[email protected]>
AuthorDate: Sat Oct 11 13:05:21 2025 -0700

    debug
---
 core/dao/build.sbt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/dao/build.sbt b/core/dao/build.sbt
index 5bedbe44a9..76b7f3a98e 100644
--- a/core/dao/build.sbt
+++ b/core/dao/build.sbt
@@ -94,6 +94,7 @@ jooqGenerate := {
 
     // Return the generated files
     val generatedDir = baseDirectory.value / "src" / "main" / "scala" / "org" 
/ "apache" / "texera" / "dao" / "jooq" / "generated"
+    println(generatedDir)
     if (generatedDir.exists()) {
       (generatedDir ** "*.java").get ++ (generatedDir ** "*.scala").get
     } else {

Reply via email to