This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-4.0 by this push:
     new 33c7270fe19 branch-4.0: fix: block type reset after dict filter #63168 
(#63418)
33c7270fe19 is described below

commit 33c7270fe1956efc75e78b457d6cbb7a1c518bd6
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 26 09:54:34 2026 +0800

    branch-4.0: fix: block type reset after dict filter #63168 (#63418)
    
    Cherry-picked from #63168
    
    ---------
    
    Co-authored-by: wlong <[email protected]>
    Co-authored-by: wanglong16 <[email protected]>
    Co-authored-by: morningman <[email protected]>
---
 be/src/vec/exec/format/parquet/vparquet_group_reader.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/be/src/vec/exec/format/parquet/vparquet_group_reader.cpp 
b/be/src/vec/exec/format/parquet/vparquet_group_reader.cpp
index e8f9fee6b17..2cec1061218 100644
--- a/be/src/vec/exec/format/parquet/vparquet_group_reader.cpp
+++ b/be/src/vec/exec/format/parquet/vparquet_group_reader.cpp
@@ -618,6 +618,7 @@ Status RowGroupReader::_do_lazy_read(Block* block, size_t 
batch_size, size_t* re
         DCHECK_EQ(pre_read_rows + _cached_filtered_rows, 0);
         *read_rows = 0;
         *batch_eof = true;
+        _convert_dict_cols_to_string_cols(block);
         return Status::OK();
     }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to