Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Flinksql lookup join asynchronous delayed retry did not take effect #551

Open
2 of 3 tasks
JinLin6564 opened this issue Feb 8, 2025 · 1 comment
Open
2 of 3 tasks

Comments

@JinLin6564
Copy link

JinLin6564 commented Feb 8, 2025

Search before asking

  • I had searched in the issues and found no similar issues.

Version

flink 1.20.0 connector:24.0.1

org.apache.doris
flink-doris-connector-1.20
24.0.1

What's Wrong?

flinksql lookup join 异步延迟重试没有生效;
select /*+ LOOKUP('table'='DUMR','async'='true', 'retry-predicate'='lookup_miss', 'output-mode'='ordered', 'retry-strategy'='fixed_delay','capacity'='200', 'fixed-delay'='5s', 'max-attempts'='200') */

What You Expected?

What You Expected?

How to Reproduce?

No response

Anything Else?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@JNSimba
Copy link
Member

JNSimba commented Feb 10, 2025

Currently not supported. Lookup hints need to rely on the LookupFunction interface (introduced after Flink 1.16) to be implemented. You can use Flink JDBC Connector first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants