Skip to content

Commit

Permalink
clp-s: Add a comma after unstructured array fields during JSON serial…
Browse files Browse the repository at this point in the history
…ization (fixes #410). (#408)
  • Loading branch information
wraymo authored May 16, 2024
1 parent 69b1434 commit 375261e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/core/src/clp_s/JsonSerializer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ class JsonSerializer {

void append_value_from_column(clp_s::BaseColumnReader* column, uint64_t cur_message) {
column->extract_string_value_into_buffer(cur_message, m_json_string);
m_json_string += ",";
}

void
Expand Down

0 comments on commit 375261e

Please sign in to comment.