Skip to content

Commit

Permalink
update reference write support
Browse files Browse the repository at this point in the history
  • Loading branch information
RoriCremer committed Jun 25, 2024
1 parent 4a448f1 commit 4569795
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ protected Builder self() {
}

@Override
protected GvsVariantWriteSupport getWriteSupport(Configuration conf) {
return new GvsVariantWriteSupport(schema);
protected GvsReferenceWriteSupport getWriteSupport(Configuration conf) {
return new GvsReferenceWriteSupport(schema);
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public void prepareForWrite(RecordConsumer recordConsumer) {

/**
* Current implementation is a FLAT one. Will want to separate it out and structure it a little better later!
* @param vetRow one record to write to the previously provided record consumer
* @param refRow one record to write to the previously provided record consumer
*/
@Override
public void write(JSONObject refRow) {
Expand Down

0 comments on commit 4569795

Please sign in to comment.