morningman commented on code in PR #44041:
URL: https://github.com/apache/doris/pull/44041#discussion_r1851435665
##########
be/src/vec/data_types/serde/data_type_hll_serde.cpp:
##########
@@ -48,28 +49,17 @@ Status DataTypeHLLSerDe::serialize_column_to_json(const
IColumn& column, int64_t
Status DataTypeHLLSerDe::serialize_one_cell_to_json(const IColumn& column,
int64_t row_num,
BufferWritable& bw,
FormatOptions& options)
const {
- if (!options._output_object_data) {
Review Comment:
only export use this option `_output_object_data`?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]