eldenmoon commented on code in PR #37278: URL: https://github.com/apache/doris/pull/37278#discussion_r1706283800
########## be/src/vec/exprs/table_function/vexplode_json_array.cpp: ########## @@ -59,10 +61,12 @@ void VExplodeJsonArrayTableFunction<DataImpl>::process_row(size_t row_idx) { StringRef text = _text_column->get_data_at(row_idx); if (text.data != nullptr) { - rapidjson::Document document; Review Comment: will result compability issue? eg. upgrade fe but be not upgrate be -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org