hanover-fiste commented on a change in pull request #31965:
URL: https://github.com/apache/spark/pull/31965#discussion_r602113404
##########
File path: sql/core/src/test/scala/org/apache/spark/sql/jdbc/JDBCSuite.scala
##########
@@ -433,6 +433,61 @@ class JDBCSuite extends QueryTest
assert(ids(2) === 3)
}
+ test("SPARK-34843: columnPartition should generate a correct stride size") {
+
+ val schema = StructType(Seq(
+ StructField("PartitionColumn", DateType, nullable = false)
Review comment:
Good catch. No reason to set this. I've taken it out and it's now using
the default.
--
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]