hudi-agent commented on code in PR #18968:
URL: https://github.com/apache/hudi/pull/18968#discussion_r3408517563
##########
hudi-spark-datasource/hudi-spark/src/test/java/org/apache/hudi/functional/TestSparkConsistentBucketClustering.java:
##########
@@ -384,6 +402,16 @@ private static Stream<Arguments> configParams() {
);
}
+ // configParams crossed with the partitioned / non-partitioned dimension
(isSplit, rowWriterEnable, single, nonPartitioned).
+ private static Stream<Arguments> resizingConfigParams() {
+ return configParams().flatMap(args -> {
+ Object[] a = args.get();
Review Comment:
🤖 nit: could you rename `a` to something like `origArgs` or `baseArgs`? The
single-letter name is a bit hard to follow when it's indexed three times on the
lines below.
<sub><i>- AI-generated; verify before applying. React 👍/👎 to flag
quality.</i></sub>
--
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]