-
### Describe the bug
When trying to use `{{ source() }}` from a non-iceberg table, a `dbt-glue` project set up for the iceberg datalake format will refuse to read the source because it's not an icebe…
-
**Background**
We aim to support backend and server-less write support for iceberg tables. We'd like to do that in similar way we do it to delta-tables: make `table_format` `iceberg` to be recognized…
-
### Search before asking
- [X] I had searched in the [feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement.
### Descripti…
-
I had run same SQL use spark-3.3, the only difference is data source,one is hive and another is iceberg。The web UI show that, however, iceberg read all table (e.g, 1.1TB), but hive read much less tha…
-
To store sensor data long term, Apache Iceberg can be used.
This would require setup of a S3-like file store such as [minio](https://min.io/).
The data could be backed up to Iceberg on a daily b…
-
### Apache Iceberg version
None
### Query engine
None
### Please describe the bug 🐞
Part of: https://github.com/apache/iceberg/issues/11079
## Intro
The test `TestCreateTable::testCreateTable…
-
## Feature request
**Is your feature request related to a problem? Please describe.**
I want to delete rows from a Table stored in an Iceberg REST Catalog.
**Describe the solution you'd l…
-
The `dev/gfdl` branch of the iceberg no longer compiles when USE_FMS2_IO is undefined, because the routine `read_ice_sheet_basins()` was only added to `icebergs_fms2io.F90`, and not to `icebergs_fmsio…
-
Right now
```
ERROR: Failed to run the query
Caused by:
DataInvalid => Unsupported Arrow data type: Timestamp(Nanosecond, None)
```
https://github.com/apache/iceberg/milestone/42?closed=1
…
lmatz updated
3 weeks ago
-
Deephaven does not currently handle Iceberg column names that happen to be java keywords.
For example, the Iceberg column name "long" will result in a TableDefinition column name of "column_long". …