nastra commented on code in PR #14270:
URL: https://github.com/apache/iceberg/pull/14270#discussion_r2410230339
##########
api/src/test/java/org/apache/iceberg/expressions/TestExpressionBinding.java:
##########
@@ -421,4 +428,85 @@ public void testExtractBindingWithTypes(String typeName) {
assertThat(pred.term()).as("Should use a
BoundExtract").isInstanceOf(BoundExtract.class);
assertThat(pred.term().type()).isEqualTo(Types.fromPrimitiveString(typeName));
}
+
+ private static Stream<Arguments> nullCasesWithNestedStructs() {
Review Comment:
this code has been moved from `TestBoundReference` and slightly adjusted for
better readability
--
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]