|
@@ -11633,7 +11633,7 @@ public:
|
|
|
diskout.setown(createBufferedIOStream(io));
|
|
|
if (extend)
|
|
|
diskout->seek(0, IFSend);
|
|
|
- tallycrc = !factory->queryQueryFactory().queryOptions().skipFileFormatCrcCheck && !(helper.getFlags() & TDRnocrccheck) && !blockcompressed;
|
|
|
+ tallycrc = !(helper.getFlags() & TDRnocrccheck) && !blockcompressed;
|
|
|
Owned<IRowInterfaces> rowIf = createRowInterfaces(input->queryOutputMeta(), activityId, factory->getHeapFlags(), ctx->queryCodeContext());
|
|
|
rowSerializer.set(rowIf->queryRowSerializer());
|
|
|
unsigned rwFlags = rw_autoflush;
|