Skip to content

Commit

Permalink
fix error from rebase
Browse files Browse the repository at this point in the history
Signed-off-by: zenghua <[email protected]>
  • Loading branch information
zenghua committed Mar 5, 2024
1 parent 90ae4d3 commit 391d880
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ case class BatchDataSoulFileIndexV2(override val spark: SparkSession,

object LakeSoulFileIndexUtils {
def absolutePath(child: String, tableName: String): Path = {
val p = new Path(new URI(child))
val p = new Path(child)
if (p.isAbsolute) {
p
} else {
Expand Down

0 comments on commit 391d880

Please sign in to comment.