Support async lookup for StarRocks connector
Feature request
Is your feature request related to a problem? Please describe.
Support async lookup for Support async lookup for HBase connector.
Describe the solution you'd like
extends AsyncTableFunction
Describe alternatives you've considered
Additional context
Currently, StarRocks doesn't support async query. Can you give more information about your need that why you need a async lookup.
I am using tables stored in StarRocks as dimension tables. If it doesn't support asynchronous queries, I'll have to synchronously query the database for each piece of data. This would slow down the execution of my program. Although increasing parallelism can alleviate this issue, it is not the most optimal solution.
We have marked this issue as stale because it has been inactive for 6 months. If this issue is still relevant, removing the stale label or adding a comment will keep it active. Otherwise, we'll close it in 10 days to keep the issue queue tidy. Thank you for your contribution to StarRocks!