Ashin Gau

Results 14 issues of Ashin Gau

# Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes - [ ] No...

area/vectorization
area/multi-catalog

# Proposed changes Add profile for parquet reader. New couters: - ParquetFilteredGroups: Filtered row groups by `RowGroup` min-max statistics - ParquetReadGroups: The number of row groups to read - ParquetFilteredRowsByGroup:...

area/planner
area/vectorization
area/multi-catalog

# Proposed changes Fix three bugs: 1. `repeated_parent_def_level ` should be the definition of its repeated parent. 2. Failed to parse schema like `decimal(p, s)` 3. Fill wrong offsets for...

area/vectorization

## Proposed changes Follow by https://github.com/apache/doris/pull/30746, which has performance rollback in TPCH. This PR try to scan 10MB(`config::doris_scanner_row_bytes`) in each scheduling of scan task, restores the performance of TPCH. ##...

**Describe the problem you faced** 1. When I create a hudi table in hive catalog, it works well in flink sql, but can't be read by spark or flink hudi...

flink-sql
data-consistency

Introduced from #33360 Missing hase-unsafe dependency

usercase
dev/2.0.x

## Proposed changes revert: #35096 Print logs when create error status.

approved
reviewed

backport: #35013 1. For security reasons, upgrade to Spark version to 3.4.3 2. Resolve jar conflict of spark, which is different between fe and be-java-extensions 3. HBase version is 2.4.9,...

## Proposed changes Revert #36575, because `VScanner::get_block` will check `DCHECK(block->rows() == 0)`, so block should be cleared when `eof = true`.