nastra commented on code in PR #9380:
URL: https://github.com/apache/iceberg/pull/9380#discussion_r1445292587
##########
spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/source/TestFilteredScan.java:
##########
@@ -286,7 +287,8 @@ public void testBucketPartitionedIDFilters() {
InputPartition[] tasks = scan.planInputPartitions();
// validate predicate push-down
- Assert.assertEquals("Should create one task for a single bucket", 1,
tasks.length);
+
Review Comment:
nit: unnecessary newline
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]