zuston commented on code in PR #3569:
URL: https://github.com/apache/fluss/pull/3569#discussion_r3519127621


##########
fluss-lake/fluss-lake-paimon/src/main/java/org/apache/fluss/lake/paimon/tiering/mergetree/MergeTreeWriter.java:
##########
@@ -31,17 +31,13 @@
 import javax.annotation.Nullable;
 
 import java.util.List;
-import java.util.Map;
 
 import static 
org.apache.fluss.lake.paimon.tiering.PaimonLakeTieringFactory.FLUSS_LAKE_TIERING_COMMIT_USER;
 import static org.apache.fluss.lake.paimon.utils.PaimonConversions.toRowKind;
 
 /** A {@link RecordWriter} to write to Paimon's primary-key table. */
 public class MergeTreeWriter extends RecordWriter<KeyValue> {
 
-    // the option key to configure the temporary directory used by fluss 
tiering
-    private static final String FLUSS_TIERING_TMP_DIR_KEY = 
"fluss.tiering.io-tmpdir";

Review Comment:
   We don't need to reserve this option that it haven't been valid. 



-- 
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]

Reply via email to