We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af5c0c commit ddfd4f0Copy full SHA for ddfd4f0
fluss-lake/fluss-lake-paimon/src/main/java/org/apache/fluss/lake/paimon/PaimonLakeStorage.java
@@ -31,7 +31,7 @@
31
/** Paimon implementation of {@link LakeStorage}. */
32
public class PaimonLakeStorage implements LakeStorage {
33
34
- private final Configuration paimonConfig;
+ protected final Configuration paimonConfig;
35
36
public PaimonLakeStorage(Configuration configuration) {
37
this.paimonConfig = configuration;
0 commit comments