Skip to content

Commit

Permalink
fix violations in tests module
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Jul 28, 2020
1 parent d36c50e commit 89078bd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ class CsvScanSuite extends SparkQueryCompareTestSuite {
}

/**
* Running with an inferred schema results in running things that are not columnar optimized.
*/
* Running with an inferred schema results in running things that are not columnar optimized.
*/
ALLOW_NON_GPU_testSparkResultsAreEqual("Test CSV inferred schema",
intsFromCsvInferredSchema, Seq("FileSourceScanExec", "FilterExec", "CollectLimitExec",
"GreaterThan", "Length", "StringTrim", "LocalTableScanExec", "DeserializeToObjectExec",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -294,13 +294,13 @@ trait SparkQueryCompareTestSuite extends FunSuite with Arm {
}

/**
* Runs a test defined by fun, using dataframe df.
*
* @param df the DataFrame to use as input
* @param fun the function to transform the DataFrame (produces another DataFrame)
* @param conf spark conf
* @return tuple of (cpu results, gpu results) as arrays of Row
*/
* Runs a test defined by fun, using dataframe df.
*
* @param df the DataFrame to use as input
* @param fun the function to transform the DataFrame (produces another DataFrame)
* @param conf spark conf
* @return tuple of (cpu results, gpu results) as arrays of Row
*/
def runOnCpuAndGpu(
df: SparkSession => DataFrame,
fun: DataFrame => DataFrame,
Expand Down

0 comments on commit 89078bd

Please sign in to comment.