ferenc-csaky commented on code in PR #39:
URL: 
https://github.com/apache/flink-connector-http/pull/39#discussion_r3234673011


##########
flink-connector-http/src/main/java/org/apache/flink/connector/http/table/lookup/HttpTableLookupFunction.java:
##########
@@ -111,13 +117,59 @@ public Collection<RowData> lookup(RowData keyRow) {
             physicalArity = physicalRow.getArity();
             producedRow =
                     new GenericRowData(physicalRow.getRowKind(), physicalArity 
+ metadataArity);
-            // We need to copy in the physical row into the producedRow
+            // Build a map of lookup table field names to their typed values 
from keyRow
+            // Only process top-level single-value join keys
+            Map<String, Object> joinKeyValues = new HashMap<>();

Review Comment:
   Yep, I think that's okay. Thanks for looking into it.



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