Commit b24a44d
fix(core): Fix Amber Home Path Resolution (#4356)
### What changes were proposed in this PR?
This PR fixes an issue in `amberHomePath` resolution where the previous
implementation could select the wrong repo by going to the parent. This
new approach search directly under the current directory.
Previous:
https://github.com/apache/texera/blob/ac909a07dc656689a946fcc8cf08fbfe6b4595b5/amber/src/main/scala/org/apache/texera/amber/engine/common/Utils.scala#L39-L59
### Any related issues, documentation, discussions?
Closes #4262
### How was this PR tested?
Manually tested
### Was this PR authored or co-authored using generative AI tooling?
No
Co-authored-by: Xinyuan Lin <xinyual3@uci.edu>1 parent 9fafe47 commit b24a44d
File tree
1 file changed
+2
-2
lines changed- amber/src/main/scala/org/apache/texera/amber/engine/common
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments