yuqi1129 opened a new issue, #7415: URL: https://github.com/apache/gravitino/issues/7415
### Version main branch ### Describe what's wrong `deleteColumnsByLegacyTimeline` uses doWithoutCommitAndFetchResult and was not wrapped in `doMultipleWithCommit`, which will not commit automatically and column data will never be cleaned. ### Error message and/or stacktrace c ### How to reproduce Please see above. ### Additional context We should use `SessionUtils.doMultipleWithCommit` to wrap it, or use' doWithCommitAndFetchResult' directly. -- 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]
