Skip to content

Commit fdac38a

Browse files
committed
Merge remote-tracking branch 'origin/candidate-9.2.x' into candidate-9.4.x
Signed-off-by: Gordon Smith <[email protected]> # Conflicts: # commons-hpcc/pom.xml # dfsclient/pom.xml # pom.xml # wsclient/pom.xml
2 parents 545bf0f + 1834b0c commit fdac38a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dfsclient/src/main/java/org/hpccsystems/dfs/client/RowServiceInputStream.java

+1
Original file line numberDiff line numberDiff line change
@@ -896,6 +896,7 @@ else if (this.handle == 0)
896896
{
897897
if (dataLen == 0)
898898
{
899+
dataLen = dis.readInt(); // need to read addl int here ...
899900
close();
900901
return 0;
901902
}

0 commit comments

Comments
 (0)