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
I searched in the issues and found nothing similar.
Motivation
We'll measure scan operations by introducing scan metrics, the metric groups will be in the JVM. In the resident JVM like flink session cluster, the metric groups should be cleaned in the right time. Like scan resources, we should clean them by SplitEnumerator closes.
Solution
Add close() method in the TableScan interface first.
Anything else?
No response
Are you willing to submit a PR?
I'm willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
Motivation
We'll measure scan operations by introducing scan metrics, the metric groups will be in the JVM. In the resident JVM like flink session cluster, the metric groups should be cleaned in the right time. Like scan resources, we should clean them by SplitEnumerator closes.
Solution
Add close() method in the TableScan interface first.
Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: