Fix SerializeDataStartRequestParams initialization (#1054)

This commit is contained in:
Tamás Vajk
2020-09-02 19:36:24 +02:00
committed by GitHub
parent 1577177153
commit 9784c3eaa2

View File

@@ -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;
}