Qingsheng Ren created FLINK-28885: ------------------------------------- Summary: Improve LookupFunction to support different kinds of RowData as key row Key: FLINK-28885 URL: https://issues.apache.org/jira/browse/FLINK-28885 Project: Flink Issue Type: Improvement Components: Table SQL / Runtime Reporter: Qingsheng Ren
Currently LookupFunction uses {{GenericRowData}} as a wrapper of key fields in key row by using {{GenericRowData#of}} . We could improve the implementation here to use other type like BinaryRowData and so forth. -- This message was sent by Atlassian Jira (v8.20.10#820010)