DataFrameJSON: introduce a json format that supports same semantics as arrow (#31010)

This commit is contained in:
Ryan McKinley
2021-03-05 12:24:43 -08:00
committed by GitHub
parent 04e82add68
commit a61e636bcd
8 changed files with 487 additions and 1 deletions

View File

@@ -144,7 +144,7 @@ export class LivePanel extends PureComponent<Props, State> {
const json = this.props.options?.json;
if (json) {
const rsp = await channel.publish(json);
console.log('GOT', rsp);
console.log('onPublishClicked (response from publish)', rsp);
} else {
console.log('nothing to publish');
}