Search before asking
Fluss version
0.9.0 (latest release)
Please describe the bug 🐞
In LanceLakeWriter.java#close(), allFragments still holds references to FragmentMetadata objects. If complete() is called after close(), it would return stale fragments. While the lifecycle should prevent this, clearing the list in close() is defensive best practice.
Solution
No response
Are you willing to submit a PR?
Search before asking
Fluss version
0.9.0 (latest release)
Please describe the bug 🐞
In LanceLakeWriter.java#close(), allFragments still holds references to FragmentMetadata objects. If complete() is called after close(), it would return stale fragments. While the lifecycle should prevent this, clearing the list in close() is defensive best practice.
Solution
No response
Are you willing to submit a PR?