Skip to content

Commit

Permalink
Make GobblinMCEWriter constructor public (#3647)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhang10 authored Feb 17, 2023
1 parent b8be8f6 commit 1b556d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ static class TableStatus {
long gmceHighWatermark;
}

GobblinMCEWriter(DataWriterBuilder<Schema, GenericRecord> builder, State properties) throws IOException {
public GobblinMCEWriter(DataWriterBuilder<Schema, GenericRecord> builder, State properties) throws IOException {
newSpecsMaps = new HashMap<>();
oldSpecsMaps = new HashMap<>();
metadataWriters = new ArrayList<>();
Expand Down

0 comments on commit 1b556d2

Please sign in to comment.