Skip to content

Commit

Permalink
[Spark] Fix Table Redirect Comment (#4214)
Browse files Browse the repository at this point in the history
#### Which Delta project/connector is this regarding?

- [X] Spark
- [ ] Standalone
- [ ] Flink
- [ ] Kernel
- [ ] Other (fill in here)

## Description
This PR removes comments from TableRedirect.scala.

## How was this patch tested?
N.A

## Does this PR introduce _any_ user-facing changes?

<!--
If yes, please clarify the previous behavior and the change this PR
proposes - provide the console output, description and/or an example to
show the behavior difference if possible.
If possible, please also clarify if this is a user-facing change
compared to the released Delta Lake versions or within the unreleased
branches such as master.
If no, write 'No'.
-->
  • Loading branch information
kamcheungting-db authored Mar 3, 2025
1 parent 08f3a79 commit 4b865f7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ case class TableRedirectConfiguration(
private def isNoRedirectApp(spark: SparkSession): Boolean = {
noRedirectRules.exists { rule =>
// If rule.appName is empty, then it applied to "spark.app.name"
// Todo(LC-6953): The operation name should also be taken into consideration.
rule.appName.forall(_.equalsIgnoreCase(spark.conf.get("spark.app.name")))
}
}
Expand Down

0 comments on commit 4b865f7

Please sign in to comment.