Skip to content

Commit

Permalink
fix code style.
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceWong96 committed Aug 14, 2024
1 parent b2102de commit aff8d4e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ public HbaseSinkWriter(
this.versionColumnIndex = versionColumnIndex;

if (hbaseParameters.getFamilyNames().size() == 1) {
defaultFamilyName = hbaseParameters.getFamilyNames().getOrDefault(ALL_COLUMNS, defaultFamilyName);
defaultFamilyName =
hbaseParameters.getFamilyNames().getOrDefault(ALL_COLUMNS, defaultFamilyName);
}

// initialize hbase configuration
Expand Down

0 comments on commit aff8d4e

Please sign in to comment.