From 41fc9f43831213c01b2e6f57623974090726241a Mon Sep 17 00:00:00 2001 From: YANGDB Date: Thu, 19 Oct 2023 12:12:40 -0700 Subject: [PATCH] update scala-fmt style Signed-off-by: YANGDB --- .../flint/spark/ppl/FlintSparkPPLCorrelationITSuite.scala | 2 -- 1 file changed, 2 deletions(-) diff --git a/integ-test/src/test/scala/org/opensearch/flint/spark/ppl/FlintSparkPPLCorrelationITSuite.scala b/integ-test/src/test/scala/org/opensearch/flint/spark/ppl/FlintSparkPPLCorrelationITSuite.scala index c5828179d..61564546e 100644 --- a/integ-test/src/test/scala/org/opensearch/flint/spark/ppl/FlintSparkPPLCorrelationITSuite.scala +++ b/integ-test/src/test/scala/org/opensearch/flint/spark/ppl/FlintSparkPPLCorrelationITSuite.scala @@ -142,7 +142,6 @@ class FlintSparkPPLCorrelationITSuite assert( thrown.getMessage === "Correlation command was called with `fields` attribute having different elements from the 'mapping' attributes ") } - test("create failing ppl correlation query with no scope - due to mismatch fields to mappings test") { val thrown = intercept[IllegalStateException] { val frame = sql(s""" @@ -303,7 +302,6 @@ class FlintSparkPPLCorrelationITSuite // Compare the two plans assert(compareByString(expectedPlan) === compareByString(logicalPlan)) } - test( "create ppl correlation approximate query with two tables correlating on a single field and not scope test") { val frame = sql(s"""