yangzhg commented on a change in pull request #8599:
URL: https://github.com/apache/incubator-doris/pull/8599#discussion_r832020022
##########
File path: be/src/exec/json_scanner.h
##########
@@ -147,14 +148,21 @@ class JsonReader {
void _fill_slot(Tuple* tuple, SlotDescriptor* slot_desc, MemPool* mem_pool,
const uint8_t* value, int32_t len);
Status _parse_json_doc(size_t* size, bool* eof);
+ Status _simdjson_parse_json_doc(size_t* size, bool* eof);
Review comment:
why use _simdjson_parse_json_doc? why not replace _parse_json_doc
directly?
--
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]