Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix setTtl workflow and ttlbucket bugs #16933

Merged
merged 17 commits into from
Mar 13, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove unwanted changes
  • Loading branch information
lucyge2022 committed Mar 6, 2023
commit 122dc3589e4d7eea4459dbe3ef4a0ae6aa14f8cd
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ public void basicRenameTest7() throws Exception {
// Due to Hadoop 1 support we stick with the deprecated version. If we drop support for it
// FSDataOutputStream.hflush will be the new one.
//#ifdef HADOOP1
// o.sync();
o.sync();
//#else
o.hflush();
//#endif
Expand Down