JingsongLi commented on code in PR #6300:
URL: https://github.com/apache/paimon/pull/6300#discussion_r2377927478
##########
paimon-core/src/test/java/org/apache/paimon/table/format/FormatTableScanTest.java:
##########
@@ -93,7 +93,7 @@ void testComputeScanPathAndLevelNoPartitionKeys() {
Pair<Path, Integer> result =
FormatTableScan.computeScanPathAndLevel(
- tableLocation, partitionKeys, partitionFilter,
partitionType);
+ tableLocation, partitionKeys, partitionFilter,
partitionType, false);
assertThat(result.getLeft()).isEqualTo(tableLocation);
Review Comment:
For this test, we should add only value to all tests. You can use
`@ExtendWith(ParameterizedTestExtension.class)`.
--
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]