wuwenchi
wuwenchi
### Change Logs _Describe context and summary for this change. Highlight if any code was copied._ ### Impact _Describe any public API or user-facing feature change or any performance impact._...
Add a partition function, you can easily view the partition where a value is located. cc @kbendick thanks!
Here is a table without partitions with two data files in parquet format: - a.parquet 200M - b.parquet 250M I started a task of flink's rewriteDataFiles, targetSize is set to...
## Proposed changes Get the number of rows evaluated for iceberg and paimon. ## Further comments If this is a relatively large or complex change, kick off the discussion at...
## Proposed changes Issue #31442 ## Further comments If this is a relatively large or complex change, kick off the discussion at [[email protected]](mailto:[email protected]) by explaining why you chose the solution...
## Proposed changes Issue Number: close #34944 ## Further comments If this is a relatively large or complex change, kick off the discussion at [[email protected]](mailto:[email protected]) by explaining why you chose...
## Proposed changes When the hash is calculated, if there is no `fsname` specified, use the `fsname` in `hdfs_params`. follow: #34790 ## Further comments If this is a relatively large...
## Proposed changes bp: #35209 ## Further comments If this is a relatively large or complex change, kick off the discussion at [[email protected]](mailto:[email protected]) by explaining why you chose the solution...
## Proposed changes Hive's test environment uses docker, so when using 127.0.0.1, BE will write the file to the docker of its own machine. But if FE and are not...
## Proposed changes Wrong order of partition fields will lead to wrong order of actual partitions. When converting doris chema to hive spartiton, it needs to be passed according to...