Skip to content

Commit

Permalink
Update KustoSourceE2E.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
ohadbitt authored Jan 27, 2025
1 parent 538a2a9 commit 0ca28e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ class KustoSourceE2E extends AnyFlatSpec with BeforeAndAfterAll {
}
}

"KustoSource" should "read distributed, transient cache change the filter but execute once" taggedAs KustoE2E in {
"KustoSource" should "read distributed, transient cache change the filter but execute once" in {
import spark.implicits._
val table = KustoQueryUtils.simplifyName(s"KustoSparkReadWriteTest_${UUID.randomUUID()}")

Expand Down

0 comments on commit 0ca28e8

Please sign in to comment.