-
Currently, kernel uses `get` prefix for getter method, but it will lead to inconsistent naming once we start using [record](https://docs.oracle.com/en/java/javase/16/language/records.html) of JDK 16. …
ebyhr updated
3 weeks ago
-
### Apache Iceberg version
1.4.3
### Query engine
Spark
### Please describe the bug 🐞
Spark config and code -
```
iceberg_rest = {
"spark.sql.extensions": "org.apache.iceberg.spa…
-
My s3 bucket with iceberg (picture below) cannot be queried with
```iceberg_scan('s3://bucket/iceberg', ALLOW_MOVED_PATHS=true)```
nor
```iceberg_scan('s3://bucket/iceberg/*', ALLOW_MOVED_PA…
-
Hello,
we are having some issues when running this sink connector in combination with AWS and Debezium CDC data. The issue is that we see no data when querying the table in AWS Glue.
After the …
-
Are there plans for an Iceberg output with AWS Glue Catalog support? (Or multiple iceberg catalogs support)
This would be useful for tools like Athena to then be able to query micro delay realtime …
-
A reproducible code snippet using TestIcebergV2:
```java
@Test
void testTimeTravelAfterSchemaEvolution()
{
String tableName = "test_time_travel_after_schema_evolution" + rando…
ebyhr updated
1 month ago
-
### Feature Request / Improvement
In Glue Catalog
-
Iceberg [version 1.2.6 Fabric (1.21.x)] crashes when opening the player item menu if Sodium [version 0.6.0 (Beta 2) for Fabric] is loaded. This is on fabric-loader-0.16.5-1.21.1.
```
---- Minecraf…
-
### Apache Iceberg version
None
### Please describe the bug 🐞
Functions that are marked deprecated emit a warning. We should remove the use of deprecated functions from the codebase.
List …
-
**Is your feature request related to a problem? Please describe.**
Currently, OpenMetadata supports accessing Iceberg tables and views through various catalogs such as Glue, Hive, and REST, but does …