Skip to content

Commit

Permalink
Merge pull request #675 from zinggAI/pipeutilchanges
Browse files Browse the repository at this point in the history
Pipe util changes
  • Loading branch information
sonalgoyal authored Sep 26, 2023
2 parents 05250ff + 4312997 commit 4443be5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public DFReader<D,R,C> getReader(Pipe<D,R,C> p) {
return reader;
}

private ZFrame<D,R,C> read(DFReader<D,R,C> reader, Pipe<D,R,C> p, boolean addSource) throws ZinggClientException{
protected ZFrame<D,R,C> read(DFReader<D,R,C> reader, Pipe<D,R,C> p, boolean addSource) throws ZinggClientException{
ZFrame<D,R,C> input = null;
LOG.warn("Reading " + p);
try {
Expand Down

0 comments on commit 4443be5

Please sign in to comment.