MaxGekk commented on a change in pull request #28481:
URL: https://github.com/apache/spark/pull/28481#discussion_r422315069
##########
File path:
sql/hive/src/test/scala/org/apache/spark/sql/sources/HadoopFsRelationTest.scala
##########
@@ -159,7 +159,7 @@ abstract class HadoopFsRelationTest extends QueryTest with
SQLTestUtils with Tes
.add("index", IntegerType, nullable = false)
.add("col", dataType, nullable = true)
val rdd =
- spark.sparkContext.parallelize((1 to 10).map(i => Row(i,
dataGenerator())))
+ spark.sparkContext.parallelize((1 to 20).map(i => Row(i,
dataGenerator())))
Review comment:
I bumped the number to have the same amount of random values as before
the changes.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]