0AyanamiRei commented on code in PR #64773:
URL: https://github.com/apache/doris/pull/64773#discussion_r3466396652
##########
be/src/format/json/new_json_reader.cpp:
##########
@@ -75,6 +77,25 @@ enum class FileCachePolicy : uint8_t;
namespace doris {
using namespace ErrorCode;
+namespace json_reader_detail {
+Status deserialize_simdjson_value_from_jsonb(simdjson::ondemand::value& value,
IColumn& column,
Review Comment:
改simdjson侧的, 不改jsonb这边
--
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]