davidradl commented on code in PR #10:
URL: 
https://github.com/apache/flink-connector-http/pull/10#discussion_r2596540948


##########
flink-connector-http/src/test/java/org/apache/flink/connector/http/table/lookup/HttpLookupTableSourceITCaseTest.java:
##########
@@ -1123,6 +1127,35 @@ private void 
assertEnrichedRowsNoDataBadStatus(Collection<Row> collectedRows) {
                 });
     }
 
+    private void assertEnrichedRowsNoDataGoodStatus(Collection<Row> 
collectedRows) {
+
+        final int rowArity = 10;
+        // validate every row and its column.
+
+        assertAll(

Review Comment:
   @RocMarshal Good idea. I have raised 
[https://issues.apache.org/jira/browse/FLINK-38789](https://issues.apache.org/jira/browse/FLINK-38789)
 to track this,



-- 
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]

Reply via email to