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

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


The following commit(s) were added to refs/heads/chore/relocate-config-service 
by this push:
     new 4385314395 fix: remove configServicePath
4385314395 is described below

commit 438531439573200b16b266aa73d5930023921d5e
Author: Yicong Huang <[email protected]>
AuthorDate: Sun Oct 12 00:17:17 2025 -0700

    fix: remove configServicePath
---
 core/config/src/main/scala/org/apache/amber/util/PathUtils.scala | 2 --
 1 file changed, 2 deletions(-)

diff --git a/core/config/src/main/scala/org/apache/amber/util/PathUtils.scala 
b/core/config/src/main/scala/org/apache/amber/util/PathUtils.scala
index 3b71848961..f3a433c7b5 100644
--- a/core/config/src/main/scala/org/apache/amber/util/PathUtils.scala
+++ b/core/config/src/main/scala/org/apache/amber/util/PathUtils.scala
@@ -54,8 +54,6 @@ object PathUtils {
     }
   }
 
-  lazy val configServicePath: Path = corePath.resolve("config-service")
-
   lazy val accessControlServicePath: Path = 
corePath.resolve("access-control-service")
 
   private lazy val datasetsRootPath =

Reply via email to