Skip to content

1.3.0-rc.56

Pre-release
Pre-release
Compare
Choose a tag to compare
@zcxcasd zcxcasd released this 17 Sep 00:35
· 129 commits to master since this release
6bb1a68

For sources using JDBC connector (s3, snowflake, mysql) append partition keys to response.
new table GET response includes set of partition/primary/sort/index keys.
existing clients expecting partition_keys array should not break as it is backwards compatible.

"keys":
{
"partition":
[],
"primary":
[
{
"name": "PRIMARY",
"fields":
[
"id"
]
}
],
"sort":
[],
"index":
[]
},