Ashin Gau
Ashin Gau
# Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes - [ ] No...
# 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:...
# 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...
## 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...
Introduced from #33360 Missing hase-unsafe dependency
## Proposed changes revert: #35096 Print logs when create error status.
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 Issue Number: close #xxx
## Proposed changes Revert #36575, because `VScanner::get_block` will check `DCHECK(block->rows() == 0)`, so block should be cleared when `eof = true`.