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
StringBuildersqlSb = newStringBuilder("select * from ");
Current implementation is loading all the data of the table which will cause OOM while the the data volume is too big, suggest can support load data by specific condition, just like org.apache.flink.connector.jdbc.table.JdbcLookupFunction
The text was updated successfully, but these errors were encountered:
starrocks-connector-for-apache-flink/src/main/java/com/starrocks/connector/flink/table/source/StarRocksDynamicLookupFunction.java
Line 99 in 08de67a
Current implementation is loading all the data of the table which will cause OOM while the the data volume is too big, suggest can support load data by specific condition, just like org.apache.flink.connector.jdbc.table.JdbcLookupFunction
The text was updated successfully, but these errors were encountered: