-
It would be great to update the Trino docs to include more precise and detailed setup instructions, including:
- launching UC before Trino to make sure we're using port 8080, see #739
- including `…
-
### Is your feature request related to a problem or challenge?
I personally think making it easy to use DataFusion with the "open data lake" stack is very important over the next few months.
@jul…
-
When we do not enter info and press ok :)
![Capture 2024-07-06 at 21 19 22](https://github.com/pharo-project/pharo/assets/432549/fcdbb774-258c-4612-98e7-3b33c76dc29d)
-
**Is your feature request related to a problem?**
Currently, the query rewrite optimization introduced in issue #298 is only available for Spark File data source, but it doesn't support Iceberg tab…
-
For HMS with [HIVE-26882](https://issues.apache.org/jira/browse/HIVE-26882), we can avoid using table lock during commit to Iceberg table.
This improves performance of concurrent write to iceberg tab…
-
### Describe the bug
Iceberg table materialization does not work
### Steps To Reproduce
```yml
config(
materialized='table',
file_format= 'iceberg'
)
```
Produces …
-
Iceberg Rust doesn't support reading `Decimal` yet.
```shell
7734 │ panicked at /home/xuanwo/.cargo/git/checkouts/iceberg-rust-d49e83c40ef4cf40/c354983/crates/iceberg/src/spec/values.rs:428:18:
…
-
Porting over from #1246
Can be a potential footgun (https://github.com/apache/iceberg-python/pull/1246#issuecomment-2439024843)
Autocommit usage (https://github.com/apache/iceberg-python/pull/1246…
-
Today we have attempted migration from Trino 419 to Trino 464 and we started seeing a few queries failing with memory limit issues:
The query in question is this:
```
SELECT "foo" FROM
(WITH om_st…
-
### Apache Iceberg version
1.6.0
### Query engine
None
### Please describe the bug 🐞
I was reading from an Iceberg table that had the following schema
```java
new Schema(
Lis…