ydb-platform / ydb

YDB is an open source Distributed SQL Database that combines high availability and scalability with strong consistency and ACID transactions
https://ydb.tech
Apache License 2.0
4.01k stars 568 forks source link

ydb-cli invalid output with -t scan --format json-unicode-array #113

Open tvar opened 2 years ago

tvar commented 2 years ago

If run query in scan mode and want to get json-array It looks like ydb interprets the beginning of a packet as the beginning of an array Result data looks like:

[{ object },
{ object },
....
{ object }[{object},
{ object },
....
{ object }]

{ object }[{object}, As you can see it adds [ except ,\n somewhere in middle of result

spuchin commented 2 years ago

Internal ID: KIKIMR-15609