Skip to content

Commit

Permalink
[apache#1460] feat(iceberg): Iceberg supports distributions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Clearvive authored and Clearvive committed Jan 19, 2024
1 parent ef05d5e commit 2840c1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public CreateTableRequest toCreateTableRequest() {
* @return The distribution mode name of the iceberg table.
*/
@VisibleForTesting
public String transformDistribution(Distribution distribution) {
protected String transformDistribution(Distribution distribution) {
if (null == distribution) {
return DistributionMode.NONE.modeName();
} else {
Expand Down

0 comments on commit 2840c1f

Please sign in to comment.