carlvinhust2012 commented on code in PR #9311: URL: https://github.com/apache/incubator-doris/pull/9311#discussion_r866619387
########## be/src/exec/json_scanner.h: ########## @@ -68,13 +68,13 @@ class JsonScanner : public BaseScanner { // Close this scanner void close() override; -private: +protected: Status open_file_reader(); Status open_line_reader(); Status open_json_reader(); Status open_next_reader(); -private: +protected: Review Comment: I will re-check it. -- 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