wuchong commented on code in PR #2096:
URL: https://github.com/apache/fluss/pull/2096#discussion_r2587267282
##########
fluss-flink/fluss-flink-common/src/main/java/org/apache/fluss/flink/catalog/FlinkTableFactory.java:
##########
@@ -243,12 +243,9 @@ private static Configuration toFlussClientConfig(
}
});
- // map flink lookup.max-retries to client.lookup.max-retries
- if (tableOptions.containsKey(LookupOptions.MAX_RETRIES.key())) {
- flussConfig.setString(
- ConfigOptions.CLIENT_LOOKUP_MAX_RETRIES.key(),
- tableOptions.get(LookupOptions.MAX_RETRIES.key()));
- }
+ // Todo support LookupOptions.MAX_RETRIES. Currently, Fluss doesn't
support connector level
Review Comment:
create an issue for this, and tag as blocker for v0.9
--
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]