diff --git a/ppl-spark-integration/src/test/scala/org/opensearch/flint/spark/ppl/PPLLogicalPlanExpandCommandTranslatorTestSuite.scala b/ppl-spark-integration/src/test/scala/org/opensearch/flint/spark/ppl/PPLLogicalPlanExpandCommandTranslatorTestSuite.scala index 491d5cef3..92d0d521e 100644 --- a/ppl-spark-integration/src/test/scala/org/opensearch/flint/spark/ppl/PPLLogicalPlanExpandCommandTranslatorTestSuite.scala +++ b/ppl-spark-integration/src/test/scala/org/opensearch/flint/spark/ppl/PPLLogicalPlanExpandCommandTranslatorTestSuite.scala @@ -39,7 +39,7 @@ class PPLLogicalPlanExpandCommandTranslatorTestSuite val expectedPlan = Project(seq(UnresolvedStar(None)), generate) comparePlans(expectedPlan, logPlan, checkAnalysis = false) } - + test("test expand only field with alias") { val context = new CatalystPlanContext val logPlan =