Skip to content

Commit

Permalink
Add one more test
Browse files Browse the repository at this point in the history
  • Loading branch information
linliu-code committed Dec 20, 2024
1 parent cbdf782 commit bba29bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class TestDecimalTypeDataWorkflow extends SparkClientFunctionalTestHarness{
val opts = sparkOpts ++ fgReaderOpts

@ParameterizedTest
@CsvSource(value = Array("10,2", "20,10", "38,18", "5,0"))
@CsvSource(value = Array("10,2", "15,5", "20,10", "38,18", "5,0"))
def testDecimalInsertUpdateDeleteRead(precision: String, scale: String): Unit = {
// Create schema
val schema = StructType(Seq(
Expand Down

0 comments on commit bba29bd

Please sign in to comment.