-
**Alluxio Version:**
2.8.1
**Describe the bug**
环境描述:
Alluxio版本 2.8.1
Spark版本 3.5.1
Iceberg版本 1.4.3
Alluxio挂载OSS, spark继承了iceberg。Spark通过Alluxio读写虚拟湖数据(alluxio目录)
问题描述
默认安装完新建目录为775,文…
-
During work in https://github.com/risingwavelabs/risingwave/pull/17293, we can see it's a mess. It's error-prone and we cannot understand how it works precisely.
- In some places, we use `ColumnId::p…
-
When I review code on github I often see files with modification but no content added.
For example:
- https://github.com/npasserini/iceberg/pull/268/files/483dd146005a7cbf26f19a9cc0cf958db9f8d41a…
-
Configurations in Spark `RewriteDataFiles` procedure could be supported in Trino, like `min-input-files`, `delete-file-threshold`, etc.
https://github.com/apache/iceberg/blob/master/core/src/main/j…
-
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
### Search before asking
- [X] I have searched in the [issues](http…
-
**Describe the request**
On Pharo 8.0 and beyond, extend the creation of a project repository to include creation of project metadata 'on the fly', if it is not already present in the remote reposito…
-
Currently FileIO respects:
- s3.endpoint
- s3.access-key-id
- s3.secret-access-key
- s3.region
It would be great to also support additional client attributes which help with cross-account set…
-
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
### Search before asking
- [X] I have searched in the [issues](http…
-
### Feature Request / Improvement
Would be great to have a benchmark to detect regression in the CI. I think this can be part of the integration tests, where we create a table with multiple partition…
Fokko updated
2 months ago
-
```
trino> create table iceberg.default.test1 (x integer, y integer);
CREATE TABLE
trino> insert into iceberg.default.test1 values (1,10), (2,20), (3,30);
INSERT: 3 rows
trino> update iceberg…