You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FLINK-35233] Fix lookup cache reuse RowData object problem (#47)
* fix: convertToReusedRow() is now returned by default, and the result returned is a reused object. If lookup.cache is enabled, the result encapsulated in the reused object will be cached externally, resulting in all cached values being the same object
* [FLINK-35233] Fix lookup cache reuse RowData object problem
---------
Co-authored-by: xiekunyuan <xiekunyuan@meizu.com>
Copy file name to clipboardexpand all lines: flink-connector-hbase-base/src/main/java/org/apache/flink/connector/hbase/source/HBaseRowDataLookupFunction.java
0 commit comments