Sign in
apache
/
spark
/
master
/
.
/
sql
/
connect
/
common
/
src
/
test
/
resources
/
query-tests
/
queries
/
withColumnRenamed_single.json
blob: 5efd6a42ca64dd29aa17780ae475368d969ec4f2 [
file
]
{
"common"
:
{
"planId"
:
"1"
},
"withColumnsRenamed"
:
{
"input"
:
{
"common"
:
{
"planId"
:
"0"
},
"localRelation"
:
{
"schema"
:
"struct\u003cid:bigint,a:int,b:double\u003e"
}
},
"renames"
:
[{
"colName"
:
"id"
,
"newColName"
:
"nid"
}]
}
}