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

yiconghuang pushed a commit to branch chore/try-merge-to-test-ci
in repository https://gitbox.apache.org/repos/asf/texera.git

commit 97698752b1e4ff7ff14dcca97ce7f68a98bf4246
Author: Yicong Huang <[email protected]>
AuthorDate: Sat Oct 18 16:40:36 2025 -0700

    test: add some error
---
 .../scala/org/apache/texera/service/ComputingUnitManagingService.scala  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/computing-unit-managing-service/src/main/scala/org/apache/texera/service/ComputingUnitManagingService.scala
 
b/computing-unit-managing-service/src/main/scala/org/apache/texera/service/ComputingUnitManagingService.scala
index 4639789fb1..17e228de4e 100644
--- 
a/computing-unit-managing-service/src/main/scala/org/apache/texera/service/ComputingUnitManagingService.scala
+++ 
b/computing-unit-managing-service/src/main/scala/org/apache/texera/service/ComputingUnitManagingService.scala
@@ -69,7 +69,7 @@ class ComputingUnitManagingService extends 
Application[ComputingUnitManagingServ
 }
 
 object ComputingUnitManagingService {
-
+  introduce some error
   def main(args: Array[String]): Unit = {
     val configFilePath = Path
       .of(sys.env.getOrElse("TEXERA_HOME", "."))

Reply via email to