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 473520c2959c93233222911d6f3b69e044ef5ce6
Author: Yicong Huang <[email protected]>
AuthorDate: Sat Oct 11 13:37:32 2025 -0700

    fix: paths in tests
---
 .../texera/service/resource/WorkflowCompilationResourceSpec.scala       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/workflow-compiling-service/src/test/scala/org/apache/texera/service/resource/WorkflowCompilationResourceSpec.scala
 
b/core/workflow-compiling-service/src/test/scala/org/apache/texera/service/resource/WorkflowCompilationResourceSpec.scala
index 4a169900cd..b603ac2574 100644
--- 
a/core/workflow-compiling-service/src/test/scala/org/apache/texera/service/resource/WorkflowCompilationResourceSpec.scala
+++ 
b/core/workflow-compiling-service/src/test/scala/org/apache/texera/service/resource/WorkflowCompilationResourceSpec.scala
@@ -130,7 +130,7 @@ class WorkflowCompilationResourceSpec extends AnyFlatSpec 
with BeforeAndAfterAll
   it should "compile workflow successfully with multiple filter and limit 
operations" in {
     // construct the LogicalPlan: CSVScan --> Projection --> Limit --> Filter 
(TotalProfit > 10000) --> Filter (Region != "JPN") --> Limit
     val localCsvFilePath =
-      
"core/workflow-compiling-service/src/test/resources/country_sales_small.csv"
+      "workflow-compiling-service/src/test/resources/country_sales_small.csv"
     val csvSourceOp = getCsvScanOpDesc(localCsvFilePath, header = true)
     val projectionOpDesc = getProjectionOpDesc(List("Region", "Total Profit"))
     val limitOpDesc1 = getLimitOpDesc(10)

Reply via email to