| { | |
| "common": { | |
| "planId": "1" | |
| }, | |
| "toSchema": { | |
| "input": { | |
| "common": { | |
| "planId": "0" | |
| }, | |
| "localRelation": { | |
| "schema": "struct\u003cid:bigint,a:int,b:double\u003e" | |
| } | |
| }, | |
| "schema": { | |
| "struct": { | |
| "fields": [{ | |
| "name": "b", | |
| "dataType": { | |
| "double": { | |
| } | |
| }, | |
| "nullable": true | |
| }, { | |
| "name": "id", | |
| "dataType": { | |
| "integer": { | |
| } | |
| }, | |
| "nullable": true | |
| }] | |
| } | |
| } | |
| } | |
| } |