Andre Luis Anastacio

Results 67 comments of Andre Luis Anastacio

For the Tabular example, I encountered an 'access denied' problem. The FileIO does not work with remote signing. For the MinIO example, the problem was solved when I added a...

To scan with remote-signing we need to implement this https://github.com/apache/iceberg/blob/main/aws/src/main/java/org/apache/iceberg/aws/s3/signer/S3V4RestSignerClient.java

@Xuanwo > Hi, does remote signing means presign in s3? Yes and no. I'm not sure if this is the flow, because I haven't found any documentation; this is based...

> Got it. So, we need to support presign in the REST catalog. Could you help by creating an issue for this? I'll review this section and draft a plan...

@kevinjqliu, please take a look. I have tried many solutions, and this is the best I could come up with. The problem is that any import in this module triggers...

Following what @danielcweeks said in [this email](https://lists.apache.org/thread/onbgy4onmbply31kg4fsfxz1t2g9w1qq), I believe we could discuss and experiment with SQLGlot to create support for other dialects. However, to support load views, we likely need...

Hello @yetudada, the idea behind this issue is to make it possible for me to use Airflow Async. I'm using StarRocks with dbt and I want to use Airflow Async

@paveltiunov I understand the Presto implementation, but as a Trino user, I believe it makes more sense to wait for the [spooled client protocol](https://www.linkedin.com/posts/mateuszgajewski_trino-trino-performance-activity-7244658731991392258-0udu), which solves this problem for any...

We already have this issue https://github.com/apache/iceberg-python/issues/516 for expire snapshots

Hello @cfrancois7, thank you for your report. I can't test it right now, but I believe the issue might be because you're using the Arrow schema to create the table,...