Skip to content

Commit

Permalink
Reversed Change clean
Browse files Browse the repository at this point in the history
  • Loading branch information
vamshiwmd committed Jul 21, 2023
1 parent 12afa98 commit d454579
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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,6 +198,7 @@ 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 d454579

Please sign in to comment.