Skip to content

Commit

Permalink
Cleaned
Browse files Browse the repository at this point in the history
  • Loading branch information
vamshiwmd committed Jul 21, 2023
1 parent e167dbe commit 12afa98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import org.apache.spark.sql.types._
import scala.collection.mutable
import scala.collection.mutable.ArrayBuffer

/**
/*
* DISTINCT aggregation implementation.
*
* @param metricCol Name of the metric column or a Spark SQL column expression for derived metric
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ object AssertFeatureUtils {
} else if(field.dataType == ArrayType(StringType, false)) {
assertStringArrayEquals(actualValue.asInstanceOf[Array[String]], expectedValue.asInstanceOf[Array[String]])
} else {

}
}
}
Expand Down

0 comments on commit 12afa98

Please sign in to comment.