wsjz commented on code in PR #11601: URL: https://github.com/apache/doris/pull/11601#discussion_r945657012
########## be/src/vec/exec/format/parquet/vparquet_column_chunk_reader.cpp: ########## @@ -43,11 +44,12 @@ Status ColumnChunkReader::init() { // get the block compression codec RETURN_IF_ERROR(get_block_compression_codec(_metadata.codec, _block_compress_codec)); + VLOG_DEBUG << "initColumnChunkReader finish"; return Status::OK(); } Status ColumnChunkReader::next_page() { - RETURN_IF_ERROR(_page_reader->next_page()); + RETURN_IF_ERROR(_page_reader->next_page_header()); _num_values = _page_reader->get_page_header()->data_page_header.num_values; Review Comment: remaining -- 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