Skip to content

Commit

Permalink
[hotfix] Remove inappropriate annotation in flink-statebackend-forst (
Browse files Browse the repository at this point in the history
  • Loading branch information
Zakelly authored Feb 8, 2025
1 parent 5a1ef84 commit f3fe66d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

package org.apache.flink.state.forst.fs;

import org.apache.flink.annotation.Experimental;
import org.apache.flink.core.fs.ByteBufferReadable;
import org.apache.flink.core.fs.FSDataInputStream;

Expand All @@ -35,7 +34,6 @@
* <p>All methods in this class maybe used by ForSt, please start a discussion firstly if it has to
* be modified.
*/
@Experimental
public class ByteBufferReadableFSDataInputStream extends FSDataInputStream {

private final FSDataInputStream originalInputStream;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

package org.apache.flink.state.forst.fs;

import org.apache.flink.annotation.Experimental;
import org.apache.flink.core.fs.FSDataOutputStream;
import org.apache.flink.core.memory.MemoryUtils;

Expand All @@ -32,7 +31,6 @@
* <p>All methods in this class maybe used by ForSt, please start a discussion firstly if it has to
* be modified.
*/
@Experimental
public class ByteBufferWritableFSDataOutputStream extends FSDataOutputStream {

/** The unsafe handle for transparent memory copied (heap / off-heap). */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

package org.apache.flink.state.forst.fs;

import org.apache.flink.annotation.Experimental;
import org.apache.flink.core.fs.BlockLocation;
import org.apache.flink.core.fs.FSDataInputStream;
import org.apache.flink.core.fs.FSDataOutputStream;
Expand Down Expand Up @@ -60,7 +59,6 @@
* <p>All methods in this class maybe used by ForSt, please start a discussion firstly if it has to
* be modified.
*/
@Experimental
public class ForStFlinkFileSystem extends FileSystem {

private static final Logger LOG = LoggerFactory.getLogger(ForStFlinkFileSystem.class);
Expand Down

0 comments on commit f3fe66d

Please sign in to comment.