ClickHouse/dbms
Marek Vavruša 5d5c99ebee Formats/CapnProtoRowInputStream: fix column mismatch in list of structures
The fields are lexicographically sorted to make traversal easier,
but their order must be preserved when collecting fields from structures.

For example, a list with a structure like `{b @0 :Text, a @1 :Text}` would
read `a` first despite being second, which would cause a mismatch.
2018-10-04 15:59:27 -07:00
..
benchmark
cmake Auto version update to [18.14.2] [54409] 2018-10-02 16:25:47 +03:00
programs Merge pull request #3262 from proller/fix17 2018-10-01 22:00:01 +03:00
scripts
src Formats/CapnProtoRowInputStream: fix column mismatch in list of structures 2018-10-04 15:59:27 -07:00
tests Merge pull request #3281 from 4ertus2/summap 2018-10-05 00:12:57 +03:00
CMakeLists.txt Correct wcwidth computation for pretty outputs. 2018-10-02 10:06:18 +08:00