Notebooks: Remove result set summary from saved metadata (#13616)

* remove result set summary from metadata

* remove batchId and id from celloutputmetadata

* remove extra line
This commit is contained in:
Lucy Zhang
2020-12-07 12:28:07 -08:00
committed by GitHub
parent 6c89c61b0d
commit f96fd911c1
8 changed files with 38 additions and 38 deletions

View File

@@ -51,13 +51,14 @@ suite('SQL Future', function () {
},
content: <nb.IExecuteResult>{
output_type: 'execute_result',
metadata: {
resultSet: resultSet
},
metadata: undefined,
execution_count: this._executionCount,
data: expectedData
},
metadata: undefined,
metadata: {
batchId: 0,
id: 0
},
parent_header: undefined
};