Skip to content

Commit

Permalink
[flink] create table validate options
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhuoyu committed Aug 7, 2024
1 parent 393e197 commit 91c0f22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ private static Set<String> getValidOptions() {

Stream<Field> rocksDBOptionsFields;
try {
Class<?> rocksDBOptionsClass = Class.forName("RocksDBOptions");
Class<?> rocksDBOptionsClass = Class.forName("org.apache.paimon.lookup.RocksDBOptions");
rocksDBOptionsFields = Stream.of(rocksDBOptionsClass.getFields());
} catch (ClassNotFoundException e) {
rocksDBOptionsFields = Stream.empty();
Expand Down

0 comments on commit 91c0f22

Please sign in to comment.