Skip to content

Commit

Permalink
[apache#1460] feat(iceberg): Update deafult distribution to none.
Browse files Browse the repository at this point in the history
  • Loading branch information
Clearvive authored and Clearvive committed Jan 15, 2024
1 parent 0f59dce commit 32e3919
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ public CreateTableRequest toCreateTableRequest() {
break;
case NONE:
properties.put(DISTRIBUTION_MODE, DistributionMode.NONE.modeName());
break;
case EVEN:
default:
throw new IllegalArgumentException(
Expand Down

0 comments on commit 32e3919

Please sign in to comment.