-
Perhaps this can be utilized? https://github.com/trinodb/trino/commit/50fbb46fd07cff549dc7d983ce209488e2db60ff#diff-78582e465bdc3219e7ec702a760c87bc8a9e45e39ca65ca823f42ae5d0568d0fR32
-
paimon takes advantage of iceberg and hudi by supporting features such as java api and primary keys
https://paimon.apache.org/
-
Hello everyone,
I tried to clone my repository in github using iceberg in Pharo 7 64-bit.
Steps have done:
1. Create ssh key
2. Add ssh key to GitHub account
3. Already done with ssh-add -k ~/…
-
Version : Pharo 11.0.0
Build information: Pharo-11.0.0+build.272.sha.830dabec802476997eaf3f6c3e764f849c367476 (64 Bit)
When i try a connexion to a git clone...
a Bug occurs because the message as…
-
Iceberg should be able to show current git configuration - maybe later even allow to edit it.
Attached is an ST file (just rename the txt file into .st file) that provides that.
[Iceberg-Plugin…
-
For example :
Select * from table where col = '中文'.
For Now I must write sql like this if field contains Chinese.
Select * from table where to_utf8(col) = to_utf8('中文')
my version is 0.234.2-add…
-
Currently, the Presto engine doesn't have SQL syntax support for `MERGE INTO`.
Once `MERGE INTO` is added then we can add MERGE INTO query support for Presto Iceberg Connector -
https://iceberg.ap…
-
- [ ] Add [sequence_number](https://github.com/apache/iceberg/blob/master/api/src/main/java/org/apache/iceberg/Snapshot.java#L43) and [schema_id](https://github.com/apache/iceberg/blob/master/api/src/…
-
The table create statement from Presto to AWS Glue metastore fails with below error.
presto> create schema isl_progress with(location='s3://xxxxxx/');
CREATE SCHEMA
presto> create table isl_progr…
-
All the places that call Iceberg `Transaction.commitTransaction()` need to be wrapped to rethrow as `TrinoException`.
Example error: https://github.com/trinodb/trino/issues/16762