mirror of
https://github.com/grafana/grafana.git
synced 2025-09-22 07:02:28 +08:00
Arrow: move arrow support from frontend to backend only (#32575)
This commit is contained in:
@ -96,7 +96,6 @@ describe('PostgreSQLDatasource', () => {
|
||||
},
|
||||
],
|
||||
tables: null,
|
||||
dataframes: null,
|
||||
},
|
||||
},
|
||||
};
|
||||
@ -167,7 +166,6 @@ describe('PostgreSQLDatasource', () => {
|
||||
rows: [[1599643351085, 'America', 30.226249741223704]],
|
||||
},
|
||||
],
|
||||
dataframes: null,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user