DataSource: remove delta option (#20949)

This commit is contained in:
Ryan McKinley 2019-12-08 16:13:14 -08:00 committed by GitHub
parent 4ad8b6f030
commit 4ba5d946f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -423,16 +423,6 @@ export interface DataStreamState {
*/
error?: DataQueryError;
/**
* @deprecated: DO NOT USE IN ANYTHING NEW!!!!
*
* merging streaming rows should be handled in the DataSource
* and/or we should add metadata to this state event that
* indicates that the PanelQueryRunner should manage the row
* additions.
*/
delta?: DataFrame[];
/**
* Stop listening to this stream
*/