Copilot commented on code in PR #3886:
URL: https://github.com/apache/texera/pull/3886#discussion_r2425204817


##########
common/dao/src/main/scala/org/apache/texera/dao/JooqCodeGenerator.scala:
##########
@@ -30,13 +30,17 @@ object JooqCodeGenerator {
   @throws[Exception]
   def main(args: Array[String]): Unit = {
     // Load jOOQ configuration XML
-    val jooqXmlPath: Path =
-      
Path.of("dao").resolve("src").resolve("main").resolve("resources").resolve("jooq-conf.xml")
+    val jooqXmlPath: Path =Path

Review Comment:
   Missing space between assignment operator and Path constructor. Should be 
`val jooqXmlPath: Path = Path`.
   ```suggestion
       val jooqXmlPath: Path = Path
   ```



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