Fix SerializeDataStartRequestParams initialization (#1054)

This commit is contained in:
Tamás Vajk
2020-09-02 10:36:24 -07:00
committed by GitHub
parent 1577177153
commit 9784c3eaa2
@@ -111,7 +111,7 @@ namespace Microsoft.Kusto.ServiceLayer.QueryExecution.Contracts
{
this.SaveFormat = saveFormat;
this.FilePath = savePath;
this.Rows = Rows;
this.Rows = rows;
this.IsLastBatch = isLast;
}