Skip to content

Commit

Permalink
Addressed review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
geserdugarov committed Feb 7, 2025
1 parent 6ac8c9f commit 5a81536
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,8 @@ private FlinkOptions() {
.booleanType()
.defaultValue(false)
.withDescription("Optimized Flink write into Hudi table, which uses customized serialization/deserialization. "
+ "Note, that only SIMPLE BUCKET index is supported for now.");
+ "Note, that this parameters doesn't change behavior for bulk insert and append mode. "
+ "Also, consistent hashing index and bounded context are not supported for now.");

// ------------------------------------------------------------------------
// Compaction Options
Expand Down

0 comments on commit 5a81536

Please sign in to comment.