Skip to content

Commit

Permalink
Hadoop: close session (#5305)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangyoupeng authored Nov 19, 2024
1 parent e026721 commit 47b02d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/fs/fs.go
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,7 @@ func (fs *FileSystem) Flush() error {
if buffer != nil {
buffer <- "" // flush
}
fs.Meta().FlushSession()
return nil
}

Expand Down

0 comments on commit 47b02d5

Please sign in to comment.