mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-04-24 00:21:11 -04:00
Small fixes
This commit is contained in:
@@ -95,7 +95,6 @@ public class DataTableImpl extends DataSourceImpl implements DataTable {
|
||||
performInputExchange(sc, req, (ReadTableDataExchange.Response res, InputStream in) -> {
|
||||
var r = new TypedDataStreamParser(info.getDataType());
|
||||
r.parseStructures(in, TypedDataStructureNodeReader.immutable(info.getDataType()), nodes::add);
|
||||
return true;
|
||||
});
|
||||
}
|
||||
}.execute();
|
||||
@@ -121,7 +120,6 @@ public class DataTableImpl extends DataSourceImpl implements DataTable {
|
||||
performInputExchange(sc, req,
|
||||
(ReadTableDataExchange.Response res, InputStream in) -> {
|
||||
input = in;
|
||||
return false;
|
||||
});
|
||||
}
|
||||
}.execute();
|
||||
|
||||
Reference in New Issue
Block a user